GeeksCoreLibrary 5.3.2507.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package GeeksCoreLibrary --version 5.3.2507.3
                    
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2507.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GeeksCoreLibrary" Version="5.3.2507.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2507.3" />
                    
Directory.Packages.props
<PackageReference Include="GeeksCoreLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GeeksCoreLibrary --version 5.3.2507.3
                    
#r "nuget: GeeksCoreLibrary, 5.3.2507.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GeeksCoreLibrary@5.3.2507.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GeeksCoreLibrary&version=5.3.2507.3
                    
Install as a Cake Addin
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2507.3
                    
Install as a Cake Tool

GeeksCoreLibrary (GCL)

Build and test

Requirements

  1. Install .NET Hosting bundle on the server that is running the GCL: https://dotnet.microsoft.com/download/dotnet/9.0

Using the GCL in a project

If you're creating a new project, we recommend using the template for that. Simply click the green button "Use this template" to create a new repository that will be a copy of the template.

If you don't want to or can't use the template project, you have the do the following in order to use the GCL: Install the NuGet package GeeksCoreLibrary and then modify your Startup.cs to look like this:

public class Startup
{
    public Startup(IConfiguration configuration)
    {
        Configuration = configuration;
    }

    public IConfiguration Configuration { get; }

    // This method gets called by the runtime. Use this method to add services to the container.
    public void ConfigureServices(IServiceCollection services)
    {
        services.AddGclServices(Configuration);
        services.AddControllersWithViews();
    }

    // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
    public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
    {
        app.UseGclMiddleware(env);
    }
}

Configuration

For the GCL to work, you need to set some values in the appSettings.json or appSettings-secrets.json:

{
  "GCL": {
    "connectionString": "", // The connection string to the database for this project.
    "DefaultEncryptionKey": "", // The default encryption key that should be used for encrypting values with AES when no encryption key is given.
    "DefaultEncryptionKeyTripleDes": "",  // The default encryption key that should be used for encrypting values with Tripe DES when no encryption key is given.
    "evoPdfLicenseKey": "" // If you're going to use the PdfService, you need a license key for Evo PDF, or make your own implementation.
  }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on GeeksCoreLibrary:

Package Downloads
GeeksCoreLibrary.Modules.Payments.Buckaroo

Buckaroo plugin for the order process of the GeeksCoreLibrary.

GeeksCoreLibrary.Modules.GclConverters.EvoPdf

Geeks Core Library - Evo PDF plugin

GeeksCoreLibrary.Modules.Payments.RaboSmartPay

Rabo Smart Pay plugin for the order process of the GeeksCoreLibrary.

GeeksCoreLibrary.Modules.Payments.PayNl

Pay.nl plugin for the order process of the GeeksCoreLibrary.

GeeksCoreLibrary.Modules.Payments.MultiSafepay

MultiSafepay plugin for the order process of the GeeksCoreLibrary.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.3.2507.4 143 7/17/2025
5.3.2507.3 428 7/10/2025
5.3.2507.2 468 7/4/2025
5.3.2507.1 360 7/1/2025
5.3.2506.8 469 6/24/2025
5.3.2506.7 318 6/23/2025
5.3.2506.6 438 6/18/2025
5.3.2506.5 553 6/12/2025
5.3.2506.4 444 6/11/2025
5.3.2506.3 424 6/5/2025
5.3.2506.2 277 6/5/2025
5.3.2506.1 352 6/3/2025
5.3.2505.1 1,180 5/1/2025
5.3.2504.4 322 4/30/2025
5.3.2504.3 572 4/24/2025
5.3.2504.2 485 4/18/2025
5.3.2504.1 499 4/15/2025
5.3.2503.3 870 4/3/2025
5.3.2503.2 946 3/24/2025
5.3.2503.1 631 3/24/2025
5.2.2503.4 894 3/11/2025
5.2.2503.3 351 3/11/2025
5.2.2503.2 266 3/11/2025
5.2.2503.1 607 3/5/2025
5.1.2503.2 358 3/4/2025
5.1.2503.1 324 3/4/2025
5.1.2502.2 447 2/24/2025
5.1.2502.1 413 2/19/2025
5.0.2502.2 568 2/10/2025
5.0.2502.1 1,864 2/4/2025
5.0.2501.7 448 2/4/2025
5.0.2501.6 1,374 1/31/2025
5.0.2501.5 840 1/27/2025
5.0.2501.4 344 1/27/2025
5.0.2501.3 500 1/21/2025
5.0.2501.2 431 1/17/2025
5.0.2501.1 367 1/17/2025
4.4.1 325 1/7/2025
4.4.0 405 12/18/2024
4.3.4 305 12/11/2024
4.3.3 187 12/10/2024
4.3.2 156 12/9/2024
4.3.0 594 11/25/2024
4.2.34 277 11/20/2024
4.2.33 257 11/12/2024
4.2.32 176 11/12/2024
4.2.31 396 11/1/2024
4.2.30 192 11/1/2024
4.2.29 307 10/29/2024
4.2.28 244 10/21/2024
4.2.27 202 10/17/2024
4.2.26 193 10/14/2024
4.2.25 447 10/1/2024
4.2.24 158 9/27/2024
4.2.23 181 9/27/2024
4.2.22 192 9/26/2024
4.2.21 235 9/24/2024
4.2.20 248 9/17/2024
4.2.19 283 9/2/2024
4.2.18 961 8/9/2024
4.2.17 201 8/7/2024
4.2.16 175 7/31/2024
4.2.15 177 7/26/2024
4.2.14 259 7/2/2024
4.2.13 183 6/26/2024
4.2.12 218 6/14/2024
4.2.11 235 6/5/2024
4.2.10 203 5/28/2024
4.2.9 178 5/23/2024
4.2.8 212 5/21/2024
4.2.7 180 5/14/2024
4.2.6 178 5/8/2024
4.2.5 271 4/26/2024
4.2.4 236 4/15/2024
4.2.3 160 4/11/2024
4.2.2 215 4/4/2024
4.2.1 205 3/28/2024
4.2.0 177 3/21/2024
4.1.13 200 3/8/2024
4.1.12 208 2/26/2024
4.1.11 183 2/20/2024
4.1.10 188 2/15/2024
4.1.9 210 2/9/2024
4.1.8 176 2/6/2024
4.1.7 173 1/29/2024
4.1.6 157 1/29/2024
4.1.5 213 1/26/2024
4.1.4 195 1/11/2024
4.1.3 469 12/27/2023
4.1.2 250 12/11/2023
4.1.1 158 12/11/2023
4.1.0 238 12/8/2023
4.0.13 181 11/30/2023
4.0.12 179 11/28/2023
4.0.11 214 11/21/2023
4.0.10 215 11/13/2023
4.0.9 161 11/10/2023
4.0.8 161 11/6/2023
4.0.7 183 11/3/2023
4.0.5 206 11/1/2023
4.0.4 222 10/20/2023
4.0.3 213 10/11/2023
4.0.2 194 10/5/2023
4.0.1 395 9/20/2023
4.0.0 317 9/5/2023
3.0.26 218 8/30/2023
3.0.25 252 8/15/2023
3.0.24 230 7/28/2023
3.0.23 226 7/20/2023
3.0.22 219 7/18/2023
3.0.21 216 7/11/2023
3.0.20 232 6/28/2023
3.0.19 196 6/28/2023
3.0.18 207 6/27/2023
3.0.17 215 6/23/2023
3.0.16 203 6/23/2023
3.0.15 213 6/16/2023
3.0.14 241 6/2/2023
3.0.13 214 6/1/2023
3.0.12 225 5/26/2023
3.0.11 221 5/25/2023
3.0.10 218 5/25/2023
3.0.9 238 5/16/2023
3.0.8 223 5/12/2023
3.0.7 268 5/4/2023
3.0.6 296 4/17/2023
3.0.5 301 4/12/2023
3.0.4 296 4/3/2023
3.0.3 277 3/30/2023
3.0.2 311 3/23/2023
3.0.1 306 3/21/2023
3.0.0 298 3/21/2023
2.2.28 320 3/15/2023
2.2.27 344 3/8/2023
2.2.26 346 3/3/2023
2.2.25 345 3/1/2023
2.2.24 333 2/27/2023
2.2.23 346 2/23/2023
2.2.22 354 2/15/2023
2.2.21 368 2/13/2023
2.2.20 386 2/2/2023
2.2.19 395 2/2/2023
2.2.18 411 1/27/2023
2.2.17 433 1/23/2023
2.2.16 385 1/19/2023
2.2.15 405 1/13/2023
2.2.14 396 1/13/2023
2.2.13 417 1/2/2023
2.2.12 390 12/28/2022
2.2.11 366 12/21/2022
2.2.10 361 12/19/2022
2.2.9 374 12/15/2022
2.2.8 398 12/14/2022
2.2.7 399 12/8/2022
2.2.6 403 12/6/2022
2.2.5 463 11/22/2022
2.2.4 434 11/14/2022
2.2.3 449 11/9/2022
2.2.2 451 11/1/2022
2.2.1 485 10/31/2022
2.2.0 494 10/28/2022
2.1.29 538 10/20/2022
2.1.28 524 10/19/2022
2.1.27 513 10/10/2022
2.1.26 488 10/6/2022
2.1.25 504 10/6/2022
2.1.24 486 10/5/2022
2.1.23 538 9/30/2022
2.1.22 541 9/29/2022
2.1.21 568 9/21/2022
2.1.20 536 9/20/2022
2.1.19 558 9/19/2022
2.1.18 557 9/16/2022
2.1.17 560 9/15/2022
2.1.16 513 8/29/2022
2.1.15 558 8/18/2022
2.1.14 585 8/9/2022
2.1.13 582 8/3/2022
2.1.12 594 8/2/2022
2.1.11 572 7/28/2022
2.1.10 566 7/27/2022
2.1.9 570 7/26/2022
2.1.8 579 7/21/2022
2.1.7 554 7/20/2022
2.1.6 558 7/19/2022
2.1.5 575 7/15/2022
2.1.4 576 6/28/2022
2.1.3 587 6/24/2022
2.1.2 564 6/22/2022
2.1.1 577 6/22/2022
2.1.0 585 6/16/2022
2.0.5 593 6/13/2022
2.0.4 624 6/2/2022
2.0.3 589 6/1/2022
2.0.2 559 5/31/2022
2.0.1 597 5/27/2022
2.0.0 594 5/27/2022
1.5.2 626 5/24/2022
1.5.1 612 5/20/2022
1.5.0 601 5/17/2022
1.4.276 593 5/16/2022
1.4.28 569 5/17/2022
1.4.26 612 5/12/2022
1.4.25 597 5/10/2022
1.4.24 572 5/5/2022
1.4.23 593 5/3/2022
1.4.22 629 5/2/2022
1.4.21 619 4/28/2022
1.4.20 596 4/26/2022
1.4.19 629 4/26/2022
1.4.18 646 4/25/2022
1.4.17 635 4/21/2022
1.4.16 641 4/21/2022
1.4.15 621 4/21/2022
1.4.14 639 4/20/2022
1.4.13 651 4/20/2022
1.4.12 621 4/19/2022
1.4.11 665 4/15/2022
1.4.10 649 4/13/2022
1.4.9 634 4/13/2022
1.4.8 632 4/12/2022
1.4.7 629 4/8/2022
1.4.6 632 4/8/2022
1.4.5 634 4/7/2022
1.4.4 628 4/6/2022
1.4.3 683 4/6/2022
1.4.2 652 4/6/2022
1.4.1 629 4/5/2022
1.4.0 672 4/1/2022
1.3.7 656 3/31/2022
1.3.6 608 3/31/2022
1.3.5 645 3/31/2022
1.3.4 648 3/29/2022
1.3.3 651 3/21/2022
1.3.2 655 3/15/2022
1.3.1 699 3/10/2022
1.3.0 679 3/10/2022
1.2.10 671 3/8/2022
1.2.9 669 3/8/2022
1.2.8 634 3/7/2022
1.2.7 648 3/3/2022
1.2.6 658 3/3/2022
1.2.5 658 3/1/2022
1.2.4 699 2/24/2022
1.2.3 651 2/23/2022
1.2.2 681 2/23/2022
1.2.1 655 2/23/2022
1.2.0 649 2/22/2022
1.1.5 649 2/18/2022
1.1.4 673 2/18/2022
1.1.3 684 2/17/2022
1.1.2 698 2/10/2022
1.1.1 707 2/8/2022
1.1.0 692 2/2/2022
1.0.7 682 1/28/2022
1.0.6.1 683 1/21/2022
1.0.6 709 1/20/2022
1.0.5 735 1/19/2022
1.0.4 613 1/11/2022
1.0.3 435 1/6/2022
1.0.2 433 1/6/2022