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.PayNl

Pay.nl 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,023 8/21/2025
5.3.2507.6 767 7/31/2025
5.3.2507.5 966 7/23/2025
5.3.2507.4 651 7/17/2025
5.3.2507.3 661 7/10/2025
5.3.2507.2 633 7/4/2025
5.3.2507.1 531 7/1/2025
5.3.2506.8 636 6/24/2025
5.3.2506.7 504 6/23/2025
5.3.2506.6 619 6/18/2025
5.3.2506.5 721 6/12/2025
5.3.2506.4 610 6/11/2025
5.3.2506.3 572 6/5/2025
5.3.2506.2 439 6/5/2025
5.3.2506.1 509 6/3/2025
5.3.2505.1 1,333 5/1/2025
5.3.2504.4 404 4/30/2025
5.3.2504.3 686 4/24/2025
5.3.2504.2 581 4/18/2025
5.3.2504.1 576 4/15/2025
5.3.2503.3 952 4/3/2025
5.3.2503.2 1,048 3/24/2025
5.3.2503.1 721 3/24/2025
5.2.2503.4 989 3/11/2025
5.2.2503.3 452 3/11/2025
5.2.2503.2 339 3/11/2025
5.2.2503.1 695 3/5/2025
5.1.2503.2 418 3/4/2025
5.1.2503.1 389 3/4/2025
5.1.2502.2 522 2/24/2025
5.1.2502.1 485 2/19/2025
5.0.2502.2 640 2/10/2025
5.0.2502.1 1,906 2/4/2025
5.0.2501.7 492 2/4/2025
5.0.2501.6 1,428 1/31/2025
5.0.2501.5 893 1/27/2025
5.0.2501.4 408 1/27/2025
5.0.2501.3 568 1/21/2025
5.0.2501.2 488 1/17/2025
5.0.2501.1 421 1/17/2025
4.4.1 372 1/7/2025
4.4.0 461 12/18/2024
4.3.4 358 12/11/2024
4.3.3 230 12/10/2024
4.3.2 198 12/9/2024
4.3.0 645 11/25/2024
4.2.34 331 11/20/2024
4.2.33 301 11/12/2024
4.2.32 218 11/12/2024
4.2.31 470 11/1/2024
4.2.30 255 11/1/2024
4.2.29 363 10/29/2024
4.2.28 298 10/21/2024
4.2.27 257 10/17/2024
4.2.26 238 10/14/2024
4.2.25 503 10/1/2024
4.2.24 225 9/27/2024
4.2.23 233 9/27/2024
4.2.22 258 9/26/2024
4.2.21 305 9/24/2024
4.2.20 325 9/17/2024
4.2.19 355 9/2/2024
4.2.18 1,006 8/9/2024
4.2.17 254 8/7/2024
4.2.16 255 7/31/2024
4.2.15 237 7/26/2024
4.2.14 332 7/2/2024
4.2.13 234 6/26/2024
4.2.12 270 6/14/2024
4.2.11 293 6/5/2024
4.2.10 263 5/28/2024
4.2.9 237 5/23/2024
4.2.8 266 5/21/2024
4.2.7 254 5/14/2024
4.2.6 232 5/8/2024
4.2.5 341 4/26/2024
4.2.4 293 4/15/2024
4.2.3 222 4/11/2024
4.2.2 288 4/4/2024
4.2.1 264 3/28/2024
4.2.0 246 3/21/2024
4.1.13 256 3/8/2024
4.1.12 269 2/26/2024
4.1.11 235 2/20/2024
4.1.10 252 2/15/2024
4.1.9 274 2/9/2024
4.1.8 228 2/6/2024
4.1.7 231 1/29/2024
4.1.6 222 1/29/2024
4.1.5 267 1/26/2024
4.1.4 257 1/11/2024
4.1.3 534 12/27/2023
4.1.2 302 12/11/2023
4.1.1 230 12/11/2023
4.1.0 306 12/8/2023
4.0.13 229 11/30/2023
4.0.12 225 11/28/2023
4.0.11 270 11/21/2023
4.0.10 250 11/13/2023
4.0.9 201 11/10/2023
4.0.8 195 11/6/2023
4.0.7 236 11/3/2023
4.0.5 244 11/1/2023
4.0.4 261 10/20/2023
4.0.3 255 10/11/2023
4.0.2 244 10/5/2023
4.0.1 479 9/20/2023
4.0.0 347 9/5/2023
3.0.26 263 8/30/2023
3.0.25 297 8/15/2023
3.0.24 281 7/28/2023
3.0.23 276 7/20/2023
3.0.22 281 7/18/2023
3.0.21 251 7/11/2023
3.0.20 276 6/28/2023
3.0.19 237 6/28/2023
3.0.18 246 6/27/2023
3.0.17 278 6/23/2023
3.0.16 262 6/23/2023
3.0.15 279 6/16/2023
3.0.14 296 6/2/2023
3.0.13 266 6/1/2023
3.0.12 292 5/26/2023
3.0.11 284 5/25/2023
3.0.10 272 5/25/2023
3.0.9 281 5/16/2023
3.0.8 282 5/12/2023
3.0.7 321 5/4/2023
3.0.6 352 4/17/2023
3.0.5 373 4/12/2023
3.0.4 350 4/3/2023
3.0.3 334 3/30/2023
3.0.2 361 3/23/2023
3.0.1 373 3/21/2023
3.0.0 361 3/21/2023
2.2.28 385 3/15/2023
2.2.27 412 3/8/2023
2.2.26 411 3/3/2023
2.2.25 401 3/1/2023
2.2.24 397 2/27/2023
2.2.23 394 2/23/2023
2.2.22 419 2/15/2023
2.2.21 434 2/13/2023
2.2.20 458 2/2/2023
2.2.19 462 2/2/2023
2.2.18 479 1/27/2023
2.2.17 487 1/23/2023
2.2.16 452 1/19/2023
2.2.15 460 1/13/2023
2.2.14 464 1/13/2023
2.2.13 473 1/2/2023
2.2.12 446 12/28/2022
2.2.11 423 12/21/2022
2.2.10 417 12/19/2022
2.2.9 440 12/15/2022
2.2.8 448 12/14/2022
2.2.7 467 12/8/2022
2.2.6 469 12/6/2022
2.2.5 509 11/22/2022
2.2.4 479 11/14/2022
2.2.3 488 11/9/2022
2.2.2 497 11/1/2022
2.2.1 558 10/31/2022
2.2.0 557 10/28/2022
2.1.29 595 10/20/2022
2.1.28 580 10/19/2022
2.1.27 561 10/10/2022
2.1.26 555 10/6/2022
2.1.25 565 10/6/2022
2.1.24 548 10/5/2022
2.1.23 598 9/30/2022
2.1.22 611 9/29/2022
2.1.21 627 9/21/2022
2.1.20 597 9/20/2022
2.1.19 605 9/19/2022
2.1.18 615 9/16/2022
2.1.17 621 9/15/2022
2.1.16 565 8/29/2022
2.1.15 618 8/18/2022
2.1.14 661 8/9/2022
2.1.13 661 8/3/2022
2.1.12 652 8/2/2022
2.1.11 648 7/28/2022
2.1.10 634 7/27/2022
2.1.9 641 7/26/2022
2.1.8 649 7/21/2022
2.1.7 628 7/20/2022
2.1.6 635 7/19/2022
2.1.5 635 7/15/2022
2.1.4 647 6/28/2022
2.1.3 661 6/24/2022
2.1.2 604 6/22/2022
2.1.1 653 6/22/2022
2.1.0 635 6/16/2022
2.0.5 671 6/13/2022
2.0.4 684 6/2/2022
2.0.3 657 6/1/2022
2.0.2 620 5/31/2022
2.0.1 666 5/27/2022
2.0.0 656 5/27/2022
1.5.2 688 5/24/2022
1.5.1 683 5/20/2022
1.5.0 659 5/17/2022
1.4.276 665 5/16/2022
1.4.28 647 5/17/2022
1.4.26 661 5/12/2022
1.4.25 648 5/10/2022
1.4.24 621 5/5/2022
1.4.23 652 5/3/2022
1.4.22 680 5/2/2022
1.4.21 678 4/28/2022
1.4.20 657 4/26/2022
1.4.19 706 4/26/2022
1.4.18 729 4/25/2022
1.4.17 698 4/21/2022
1.4.16 708 4/21/2022
1.4.15 687 4/21/2022
1.4.14 715 4/20/2022
1.4.13 709 4/20/2022
1.4.12 680 4/19/2022
1.4.11 726 4/15/2022
1.4.10 708 4/13/2022
1.4.9 692 4/13/2022
1.4.8 689 4/12/2022
1.4.7 689 4/8/2022
1.4.6 682 4/8/2022
1.4.5 703 4/7/2022
1.4.4 687 4/6/2022
1.4.3 753 4/6/2022
1.4.2 719 4/6/2022
1.4.1 701 4/5/2022
1.4.0 741 4/1/2022
1.3.7 716 3/31/2022
1.3.6 679 3/31/2022
1.3.5 709 3/31/2022
1.3.4 721 3/29/2022
1.3.3 708 3/21/2022
1.3.2 718 3/15/2022
1.3.1 757 3/10/2022
1.3.0 752 3/10/2022
1.2.10 741 3/8/2022
1.2.9 745 3/8/2022
1.2.8 700 3/7/2022
1.2.7 697 3/3/2022
1.2.6 718 3/3/2022
1.2.5 713 3/1/2022
1.2.4 758 2/24/2022
1.2.3 708 2/23/2022
1.2.2 729 2/23/2022
1.2.1 714 2/23/2022
1.2.0 711 2/22/2022
1.1.5 708 2/18/2022
1.1.4 724 2/18/2022
1.1.3 736 2/17/2022
1.1.2 765 2/10/2022
1.1.1 789 2/8/2022
1.1.0 741 2/2/2022
1.0.7 745 1/28/2022
1.0.6.1 756 1/21/2022
1.0.6 769 1/20/2022
1.0.5 798 1/19/2022
1.0.4 686 1/11/2022
1.0.3 495 1/6/2022
1.0.2 504 1/6/2022