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,808 8/21/2025
5.3.2507.6 812 7/31/2025
5.3.2507.5 1,001 7/23/2025
5.3.2507.4 691 7/17/2025
5.3.2507.3 725 7/10/2025
5.3.2507.2 668 7/4/2025
5.3.2507.1 570 7/1/2025
5.3.2506.8 674 6/24/2025
5.3.2506.7 548 6/23/2025
5.3.2506.6 660 6/18/2025
5.3.2506.5 771 6/12/2025
5.3.2506.4 650 6/11/2025
5.3.2506.3 607 6/5/2025
5.3.2506.2 479 6/5/2025
5.3.2506.1 552 6/3/2025
5.3.2505.1 1,369 5/1/2025
5.3.2504.4 414 4/30/2025
5.3.2504.3 697 4/24/2025
5.3.2504.2 598 4/18/2025
5.3.2504.1 589 4/15/2025
5.3.2503.3 961 4/3/2025
5.3.2503.2 1,067 3/24/2025
5.3.2503.1 736 3/24/2025
5.2.2503.4 1,002 3/11/2025
5.2.2503.3 464 3/11/2025
5.2.2503.2 356 3/11/2025
5.2.2503.1 705 3/5/2025
5.1.2503.2 435 3/4/2025
5.1.2503.1 401 3/4/2025
5.1.2502.2 533 2/24/2025
5.1.2502.1 496 2/19/2025
5.0.2502.2 654 2/10/2025
5.0.2502.1 1,920 2/4/2025
5.0.2501.7 500 2/4/2025
5.0.2501.6 1,438 1/31/2025
5.0.2501.5 906 1/27/2025
5.0.2501.4 427 1/27/2025
5.0.2501.3 582 1/21/2025
5.0.2501.2 496 1/17/2025
5.0.2501.1 434 1/17/2025
4.4.1 388 1/7/2025
4.4.0 469 12/18/2024
4.3.4 364 12/11/2024
4.3.3 239 12/10/2024
4.3.2 205 12/9/2024
4.3.0 657 11/25/2024
4.2.34 343 11/20/2024
4.2.33 308 11/12/2024
4.2.32 225 11/12/2024
4.2.31 483 11/1/2024
4.2.30 264 11/1/2024
4.2.29 370 10/29/2024
4.2.28 306 10/21/2024
4.2.27 266 10/17/2024
4.2.26 245 10/14/2024
4.2.25 512 10/1/2024
4.2.24 240 9/27/2024
4.2.23 242 9/27/2024
4.2.22 274 9/26/2024
4.2.21 316 9/24/2024
4.2.20 341 9/17/2024
4.2.19 363 9/2/2024
4.2.18 1,015 8/9/2024
4.2.17 263 8/7/2024
4.2.16 269 7/31/2024
4.2.15 253 7/26/2024
4.2.14 351 7/2/2024
4.2.13 244 6/26/2024
4.2.12 282 6/14/2024
4.2.11 309 6/5/2024
4.2.10 271 5/28/2024
4.2.9 245 5/23/2024
4.2.8 273 5/21/2024
4.2.7 267 5/14/2024
4.2.6 239 5/8/2024
4.2.5 349 4/26/2024
4.2.4 305 4/15/2024
4.2.3 239 4/11/2024
4.2.2 300 4/4/2024
4.2.1 270 3/28/2024
4.2.0 258 3/21/2024
4.1.13 264 3/8/2024
4.1.12 278 2/26/2024
4.1.11 242 2/20/2024
4.1.10 264 2/15/2024
4.1.9 288 2/9/2024
4.1.8 244 2/6/2024
4.1.7 246 1/29/2024
4.1.6 237 1/29/2024
4.1.5 274 1/26/2024
4.1.4 272 1/11/2024
4.1.3 546 12/27/2023
4.1.2 308 12/11/2023
4.1.1 243 12/11/2023
4.1.0 319 12/8/2023
4.0.13 241 11/30/2023
4.0.12 235 11/28/2023
4.0.11 278 11/21/2023
4.0.10 260 11/13/2023
4.0.9 210 11/10/2023
4.0.8 203 11/6/2023
4.0.7 246 11/3/2023
4.0.5 248 11/1/2023
4.0.4 269 10/20/2023
4.0.3 266 10/11/2023
4.0.2 251 10/5/2023
4.0.1 491 9/20/2023
4.0.0 351 9/5/2023
3.0.26 268 8/30/2023
3.0.25 302 8/15/2023
3.0.24 283 7/28/2023
3.0.23 284 7/20/2023
3.0.22 288 7/18/2023
3.0.21 256 7/11/2023
3.0.20 287 6/28/2023
3.0.19 240 6/28/2023
3.0.18 251 6/27/2023
3.0.17 291 6/23/2023
3.0.16 270 6/23/2023
3.0.15 289 6/16/2023
3.0.14 306 6/2/2023
3.0.13 273 6/1/2023
3.0.12 299 5/26/2023
3.0.11 297 5/25/2023
3.0.10 278 5/25/2023
3.0.9 292 5/16/2023
3.0.8 294 5/12/2023
3.0.7 327 5/4/2023
3.0.6 358 4/17/2023
3.0.5 384 4/12/2023
3.0.4 363 4/3/2023
3.0.3 341 3/30/2023
3.0.2 372 3/23/2023
3.0.1 385 3/21/2023
3.0.0 370 3/21/2023
2.2.28 398 3/15/2023
2.2.27 430 3/8/2023
2.2.26 421 3/3/2023
2.2.25 406 3/1/2023
2.2.24 407 2/27/2023
2.2.23 403 2/23/2023
2.2.22 429 2/15/2023
2.2.21 445 2/13/2023
2.2.20 471 2/2/2023
2.2.19 476 2/2/2023
2.2.18 487 1/27/2023
2.2.17 495 1/23/2023
2.2.16 464 1/19/2023
2.2.15 472 1/13/2023
2.2.14 478 1/13/2023
2.2.13 481 1/2/2023
2.2.12 453 12/28/2022
2.2.11 432 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 479 12/6/2022
2.2.5 517 11/22/2022
2.2.4 485 11/14/2022
2.2.3 495 11/9/2022
2.2.2 505 11/1/2022
2.2.1 568 10/31/2022
2.2.0 569 10/28/2022
2.1.29 601 10/20/2022
2.1.28 589 10/19/2022
2.1.27 573 10/10/2022
2.1.26 567 10/6/2022
2.1.25 577 10/6/2022
2.1.24 558 10/5/2022
2.1.23 615 9/30/2022
2.1.22 625 9/29/2022
2.1.21 633 9/21/2022
2.1.20 612 9/20/2022
2.1.19 614 9/19/2022
2.1.18 623 9/16/2022
2.1.17 633 9/15/2022
2.1.16 574 8/29/2022
2.1.15 628 8/18/2022
2.1.14 673 8/9/2022
2.1.13 671 8/3/2022
2.1.12 660 8/2/2022
2.1.11 661 7/28/2022
2.1.10 647 7/27/2022
2.1.9 653 7/26/2022
2.1.8 664 7/21/2022
2.1.7 643 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 672 6/24/2022
2.1.2 613 6/22/2022
2.1.1 666 6/22/2022
2.1.0 645 6/16/2022
2.0.5 683 6/13/2022
2.0.4 695 6/2/2022
2.0.3 672 6/1/2022
2.0.2 630 5/31/2022
2.0.1 682 5/27/2022
2.0.0 667 5/27/2022
1.5.2 699 5/24/2022
1.5.1 694 5/20/2022
1.5.0 669 5/17/2022
1.4.276 681 5/16/2022
1.4.28 661 5/17/2022
1.4.26 672 5/12/2022
1.4.25 658 5/10/2022
1.4.24 633 5/5/2022
1.4.23 662 5/3/2022
1.4.22 689 5/2/2022
1.4.21 688 4/28/2022
1.4.20 669 4/26/2022
1.4.19 723 4/26/2022
1.4.18 746 4/25/2022
1.4.17 710 4/21/2022
1.4.16 718 4/21/2022
1.4.15 701 4/21/2022
1.4.14 726 4/20/2022
1.4.13 719 4/20/2022
1.4.12 694 4/19/2022
1.4.11 737 4/15/2022
1.4.10 719 4/13/2022
1.4.9 703 4/13/2022
1.4.8 699 4/12/2022
1.4.7 701 4/8/2022
1.4.6 692 4/8/2022
1.4.5 718 4/7/2022
1.4.4 697 4/6/2022
1.4.3 768 4/6/2022
1.4.2 729 4/6/2022
1.4.1 711 4/5/2022
1.4.0 753 4/1/2022
1.3.7 727 3/31/2022
1.3.6 695 3/31/2022
1.3.5 722 3/31/2022
1.3.4 737 3/29/2022
1.3.3 721 3/21/2022
1.3.2 734 3/15/2022
1.3.1 767 3/10/2022
1.3.0 771 3/10/2022
1.2.10 758 3/8/2022
1.2.9 761 3/8/2022
1.2.8 720 3/7/2022
1.2.7 707 3/3/2022
1.2.6 728 3/3/2022
1.2.5 732 3/1/2022
1.2.4 769 2/24/2022
1.2.3 720 2/23/2022
1.2.2 739 2/23/2022
1.2.1 724 2/23/2022
1.2.0 724 2/22/2022
1.1.5 720 2/18/2022
1.1.4 737 2/18/2022
1.1.3 754 2/17/2022
1.1.2 783 2/10/2022
1.1.1 804 2/8/2022
1.1.0 753 2/2/2022
1.0.7 757 1/28/2022
1.0.6.1 769 1/21/2022
1.0.6 779 1/20/2022
1.0.5 815 1/19/2022
1.0.4 701 1/11/2022
1.0.3 505 1/6/2022
1.0.2 518 1/6/2022