GeeksCoreLibrary 5.3.2508.1

dotnet add package GeeksCoreLibrary --version 5.3.2508.1
                    
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2508.1
                    
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.2508.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2508.1" />
                    
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.2508.1
                    
#r "nuget: GeeksCoreLibrary, 5.3.2508.1"
                    
#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.2508.1
                    
#: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.2508.1
                    
Install as a Cake Addin
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2508.1
                    
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.MultiSafepay

MultiSafepay plugin for the order process of the GeeksCoreLibrary.

GeeksCoreLibrary.Modules.Payments.Mollie

Mollie 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.2508.1 2,617 8/21/2025
5.3.2507.6 803 7/31/2025
5.3.2507.5 994 7/23/2025
5.3.2507.4 682 7/17/2025
5.3.2507.3 711 7/10/2025
5.3.2507.2 660 7/4/2025
5.3.2507.1 559 7/1/2025
5.3.2506.8 667 6/24/2025
5.3.2506.7 537 6/23/2025
5.3.2506.6 652 6/18/2025
5.3.2506.5 762 6/12/2025
5.3.2506.4 642 6/11/2025
5.3.2506.3 600 6/5/2025
5.3.2506.2 472 6/5/2025
5.3.2506.1 543 6/3/2025
5.3.2505.1 1,361 5/1/2025
5.3.2504.4 413 4/30/2025
5.3.2504.3 697 4/24/2025
5.3.2504.2 596 4/18/2025
5.3.2504.1 586 4/15/2025
5.3.2503.3 960 4/3/2025
5.3.2503.2 1,066 3/24/2025
5.3.2503.1 735 3/24/2025
5.2.2503.4 1,001 3/11/2025
5.2.2503.3 464 3/11/2025
5.2.2503.2 353 3/11/2025
5.2.2503.1 704 3/5/2025
5.1.2503.2 435 3/4/2025
5.1.2503.1 399 3/4/2025
5.1.2502.2 531 2/24/2025
5.1.2502.1 496 2/19/2025
5.0.2502.2 652 2/10/2025
5.0.2502.1 1,918 2/4/2025
5.0.2501.7 499 2/4/2025
5.0.2501.6 1,435 1/31/2025
5.0.2501.5 906 1/27/2025
5.0.2501.4 424 1/27/2025
5.0.2501.3 582 1/21/2025
5.0.2501.2 494 1/17/2025
5.0.2501.1 433 1/17/2025
4.4.1 388 1/7/2025
4.4.0 467 12/18/2024
4.3.4 364 12/11/2024
4.3.3 237 12/10/2024
4.3.2 204 12/9/2024
4.3.0 656 11/25/2024
4.2.34 342 11/20/2024
4.2.33 308 11/12/2024
4.2.32 224 11/12/2024
4.2.31 483 11/1/2024
4.2.30 264 11/1/2024
4.2.29 369 10/29/2024
4.2.28 304 10/21/2024
4.2.27 263 10/17/2024
4.2.26 245 10/14/2024
4.2.25 512 10/1/2024
4.2.24 239 9/27/2024
4.2.23 240 9/27/2024
4.2.22 273 9/26/2024
4.2.21 314 9/24/2024
4.2.20 338 9/17/2024
4.2.19 362 9/2/2024
4.2.18 1,014 8/9/2024
4.2.17 262 8/7/2024
4.2.16 268 7/31/2024
4.2.15 252 7/26/2024
4.2.14 347 7/2/2024
4.2.13 243 6/26/2024
4.2.12 278 6/14/2024
4.2.11 306 6/5/2024
4.2.10 270 5/28/2024
4.2.9 245 5/23/2024
4.2.8 272 5/21/2024
4.2.7 263 5/14/2024
4.2.6 238 5/8/2024
4.2.5 348 4/26/2024
4.2.4 302 4/15/2024
4.2.3 239 4/11/2024
4.2.2 297 4/4/2024
4.2.1 270 3/28/2024
4.2.0 254 3/21/2024
4.1.13 262 3/8/2024
4.1.12 278 2/26/2024
4.1.11 241 2/20/2024
4.1.10 261 2/15/2024
4.1.9 287 2/9/2024
4.1.8 243 2/6/2024
4.1.7 245 1/29/2024
4.1.6 236 1/29/2024
4.1.5 274 1/26/2024
4.1.4 267 1/11/2024
4.1.3 544 12/27/2023
4.1.2 308 12/11/2023
4.1.1 243 12/11/2023
4.1.0 318 12/8/2023
4.0.13 239 11/30/2023
4.0.12 233 11/28/2023
4.0.11 277 11/21/2023
4.0.10 258 11/13/2023
4.0.9 209 11/10/2023
4.0.8 202 11/6/2023
4.0.7 246 11/3/2023
4.0.5 247 11/1/2023
4.0.4 268 10/20/2023
4.0.3 263 10/11/2023
4.0.2 249 10/5/2023
4.0.1 488 9/20/2023
4.0.0 350 9/5/2023
3.0.26 267 8/30/2023
3.0.25 299 8/15/2023
3.0.24 283 7/28/2023
3.0.23 283 7/20/2023
3.0.22 287 7/18/2023
3.0.21 255 7/11/2023
3.0.20 286 6/28/2023
3.0.19 240 6/28/2023
3.0.18 250 6/27/2023
3.0.17 287 6/23/2023
3.0.16 268 6/23/2023
3.0.15 286 6/16/2023
3.0.14 303 6/2/2023
3.0.13 270 6/1/2023
3.0.12 299 5/26/2023
3.0.11 293 5/25/2023
3.0.10 278 5/25/2023
3.0.9 288 5/16/2023
3.0.8 292 5/12/2023
3.0.7 327 5/4/2023
3.0.6 358 4/17/2023
3.0.5 383 4/12/2023
3.0.4 362 4/3/2023
3.0.3 340 3/30/2023
3.0.2 369 3/23/2023
3.0.1 383 3/21/2023
3.0.0 369 3/21/2023
2.2.28 396 3/15/2023
2.2.27 423 3/8/2023
2.2.26 421 3/3/2023
2.2.25 406 3/1/2023
2.2.24 406 2/27/2023
2.2.23 403 2/23/2023
2.2.22 428 2/15/2023
2.2.21 443 2/13/2023
2.2.20 470 2/2/2023
2.2.19 472 2/2/2023
2.2.18 486 1/27/2023
2.2.17 493 1/23/2023
2.2.16 462 1/19/2023
2.2.15 471 1/13/2023
2.2.14 477 1/13/2023
2.2.13 478 1/2/2023
2.2.12 452 12/28/2022
2.2.11 429 12/21/2022
2.2.10 423 12/19/2022
2.2.9 452 12/15/2022
2.2.8 453 12/14/2022
2.2.7 478 12/8/2022
2.2.6 478 12/6/2022
2.2.5 515 11/22/2022
2.2.4 485 11/14/2022
2.2.3 493 11/9/2022
2.2.2 503 11/1/2022
2.2.1 566 10/31/2022
2.2.0 569 10/28/2022
2.1.29 601 10/20/2022
2.1.28 587 10/19/2022
2.1.27 570 10/10/2022
2.1.26 563 10/6/2022
2.1.25 577 10/6/2022
2.1.24 557 10/5/2022
2.1.23 613 9/30/2022
2.1.22 622 9/29/2022
2.1.21 633 9/21/2022
2.1.20 611 9/20/2022
2.1.19 612 9/19/2022
2.1.18 622 9/16/2022
2.1.17 632 9/15/2022
2.1.16 574 8/29/2022
2.1.15 625 8/18/2022
2.1.14 670 8/9/2022
2.1.13 670 8/3/2022
2.1.12 660 8/2/2022
2.1.11 658 7/28/2022
2.1.10 645 7/27/2022
2.1.9 651 7/26/2022
2.1.8 661 7/21/2022
2.1.7 641 7/20/2022
2.1.6 643 7/19/2022
2.1.5 642 7/15/2022
2.1.4 659 6/28/2022
2.1.3 671 6/24/2022
2.1.2 612 6/22/2022
2.1.1 663 6/22/2022
2.1.0 644 6/16/2022
2.0.5 682 6/13/2022
2.0.4 693 6/2/2022
2.0.3 671 6/1/2022
2.0.2 629 5/31/2022
2.0.1 680 5/27/2022
2.0.0 666 5/27/2022
1.5.2 696 5/24/2022
1.5.1 693 5/20/2022
1.5.0 667 5/17/2022
1.4.276 677 5/16/2022
1.4.28 660 5/17/2022
1.4.26 671 5/12/2022
1.4.25 657 5/10/2022
1.4.24 631 5/5/2022
1.4.23 661 5/3/2022
1.4.22 688 5/2/2022
1.4.21 686 4/28/2022
1.4.20 666 4/26/2022
1.4.19 721 4/26/2022
1.4.18 745 4/25/2022
1.4.17 710 4/21/2022
1.4.16 718 4/21/2022
1.4.15 697 4/21/2022
1.4.14 725 4/20/2022
1.4.13 717 4/20/2022
1.4.12 693 4/19/2022
1.4.11 735 4/15/2022
1.4.10 718 4/13/2022
1.4.9 701 4/13/2022
1.4.8 699 4/12/2022
1.4.7 699 4/8/2022
1.4.6 692 4/8/2022
1.4.5 716 4/7/2022
1.4.4 696 4/6/2022
1.4.3 767 4/6/2022
1.4.2 729 4/6/2022
1.4.1 710 4/5/2022
1.4.0 752 4/1/2022
1.3.7 724 3/31/2022
1.3.6 694 3/31/2022
1.3.5 721 3/31/2022
1.3.4 735 3/29/2022
1.3.3 718 3/21/2022
1.3.2 732 3/15/2022
1.3.1 766 3/10/2022
1.3.0 770 3/10/2022
1.2.10 757 3/8/2022
1.2.9 760 3/8/2022
1.2.8 719 3/7/2022
1.2.7 706 3/3/2022
1.2.6 727 3/3/2022
1.2.5 730 3/1/2022
1.2.4 768 2/24/2022
1.2.3 719 2/23/2022
1.2.2 738 2/23/2022
1.2.1 723 2/23/2022
1.2.0 721 2/22/2022
1.1.5 719 2/18/2022
1.1.4 735 2/18/2022
1.1.3 753 2/17/2022
1.1.2 780 2/10/2022
1.1.1 802 2/8/2022
1.1.0 752 2/2/2022
1.0.7 756 1/28/2022
1.0.6.1 769 1/21/2022
1.0.6 779 1/20/2022
1.0.5 812 1/19/2022
1.0.4 699 1/11/2022
1.0.3 505 1/6/2022
1.0.2 517 1/6/2022