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 1,074 8/21/2025
5.3.2507.6 689 7/31/2025
5.3.2507.5 745 7/23/2025
5.3.2507.4 537 7/17/2025
5.3.2507.3 550 7/10/2025
5.3.2507.2 542 7/4/2025
5.3.2507.1 431 7/1/2025
5.3.2506.8 547 6/24/2025
5.3.2506.7 395 6/23/2025
5.3.2506.6 525 6/18/2025
5.3.2506.5 631 6/12/2025
5.3.2506.4 522 6/11/2025
5.3.2506.3 493 6/5/2025
5.3.2506.2 350 6/5/2025
5.3.2506.1 425 6/3/2025
5.3.2505.1 1,247 5/1/2025
5.3.2504.4 344 4/30/2025
5.3.2504.3 604 4/24/2025
5.3.2504.2 511 4/18/2025
5.3.2504.1 522 4/15/2025
5.3.2503.3 894 4/3/2025
5.3.2503.2 973 3/24/2025
5.3.2503.1 658 3/24/2025
5.2.2503.4 925 3/11/2025
5.2.2503.3 380 3/11/2025
5.2.2503.2 295 3/11/2025
5.2.2503.1 633 3/5/2025
5.1.2503.2 390 3/4/2025
5.1.2503.1 355 3/4/2025
5.1.2502.2 478 2/24/2025
5.1.2502.1 443 2/19/2025
5.0.2502.2 594 2/10/2025
5.0.2502.1 1,891 2/4/2025
5.0.2501.7 471 2/4/2025
5.0.2501.6 1,397 1/31/2025
5.0.2501.5 869 1/27/2025
5.0.2501.4 374 1/27/2025
5.0.2501.3 531 1/21/2025
5.0.2501.2 453 1/17/2025
5.0.2501.1 393 1/17/2025
4.4.1 350 1/7/2025
4.4.0 428 12/18/2024
4.3.4 327 12/11/2024
4.3.3 210 12/10/2024
4.3.2 178 12/9/2024
4.3.0 619 11/25/2024
4.2.34 304 11/20/2024
4.2.33 282 11/12/2024
4.2.32 198 11/12/2024
4.2.31 427 11/1/2024
4.2.30 217 11/1/2024
4.2.29 329 10/29/2024
4.2.28 265 10/21/2024
4.2.27 226 10/17/2024
4.2.26 216 10/14/2024
4.2.25 473 10/1/2024
4.2.24 188 9/27/2024
4.2.23 203 9/27/2024
4.2.22 221 9/26/2024
4.2.21 262 9/24/2024
4.2.20 277 9/17/2024
4.2.19 310 9/2/2024
4.2.18 987 8/9/2024
4.2.17 223 8/7/2024
4.2.16 207 7/31/2024
4.2.15 205 7/26/2024
4.2.14 286 7/2/2024
4.2.13 208 6/26/2024
4.2.12 241 6/14/2024
4.2.11 265 6/5/2024
4.2.10 229 5/28/2024
4.2.9 208 5/23/2024
4.2.8 235 5/21/2024
4.2.7 206 5/14/2024
4.2.6 201 5/8/2024
4.2.5 295 4/26/2024
4.2.4 266 4/15/2024
4.2.3 190 4/11/2024
4.2.2 245 4/4/2024
4.2.1 229 3/28/2024
4.2.0 207 3/21/2024
4.1.13 224 3/8/2024
4.1.12 240 2/26/2024
4.1.11 203 2/20/2024
4.1.10 218 2/15/2024
4.1.9 235 2/9/2024
4.1.8 205 2/6/2024
4.1.7 205 1/29/2024
4.1.6 183 1/29/2024
4.1.5 237 1/26/2024
4.1.4 222 1/11/2024
4.1.3 494 12/27/2023
4.1.2 270 12/11/2023
4.1.1 187 12/11/2023
4.1.0 266 12/8/2023
4.0.13 194 11/30/2023
4.0.12 195 11/28/2023
4.0.11 225 11/21/2023
4.0.10 227 11/13/2023
4.0.9 171 11/10/2023
4.0.8 177 11/6/2023
4.0.7 197 11/3/2023
4.0.5 217 11/1/2023
4.0.4 232 10/20/2023
4.0.3 226 10/11/2023
4.0.2 212 10/5/2023
4.0.1 409 9/20/2023
4.0.0 335 9/5/2023
3.0.26 239 8/30/2023
3.0.25 275 8/15/2023
3.0.24 259 7/28/2023
3.0.23 254 7/20/2023
3.0.22 246 7/18/2023
3.0.21 239 7/11/2023
3.0.20 260 6/28/2023
3.0.19 220 6/28/2023
3.0.18 231 6/27/2023
3.0.17 248 6/23/2023
3.0.16 230 6/23/2023
3.0.15 243 6/16/2023
3.0.14 273 6/2/2023
3.0.13 239 6/1/2023
3.0.12 258 5/26/2023
3.0.11 251 5/25/2023
3.0.10 245 5/25/2023
3.0.9 264 5/16/2023
3.0.8 251 5/12/2023
3.0.7 294 5/4/2023
3.0.6 321 4/17/2023
3.0.5 330 4/12/2023
3.0.4 328 4/3/2023
3.0.3 304 3/30/2023
3.0.2 338 3/23/2023
3.0.1 339 3/21/2023
3.0.0 335 3/21/2023
2.2.28 354 3/15/2023
2.2.27 377 3/8/2023
2.2.26 375 3/3/2023
2.2.25 373 3/1/2023
2.2.24 363 2/27/2023
2.2.23 377 2/23/2023
2.2.22 386 2/15/2023
2.2.21 397 2/13/2023
2.2.20 421 2/2/2023
2.2.19 429 2/2/2023
2.2.18 444 1/27/2023
2.2.17 460 1/23/2023
2.2.16 414 1/19/2023
2.2.15 437 1/13/2023
2.2.14 431 1/13/2023
2.2.13 445 1/2/2023
2.2.12 417 12/28/2022
2.2.11 395 12/21/2022
2.2.10 390 12/19/2022
2.2.9 404 12/15/2022
2.2.8 431 12/14/2022
2.2.7 431 12/8/2022
2.2.6 434 12/6/2022
2.2.5 492 11/22/2022
2.2.4 462 11/14/2022
2.2.3 479 11/9/2022
2.2.2 480 11/1/2022
2.2.1 522 10/31/2022
2.2.0 533 10/28/2022
2.1.29 568 10/20/2022
2.1.28 553 10/19/2022
2.1.27 542 10/10/2022
2.1.26 524 10/6/2022
2.1.25 539 10/6/2022
2.1.24 519 10/5/2022
2.1.23 573 9/30/2022
2.1.22 576 9/29/2022
2.1.21 598 9/21/2022
2.1.20 568 9/20/2022
2.1.19 587 9/19/2022
2.1.18 586 9/16/2022
2.1.17 593 9/15/2022
2.1.16 543 8/29/2022
2.1.15 589 8/18/2022
2.1.14 621 8/9/2022
2.1.13 616 8/3/2022
2.1.12 623 8/2/2022
2.1.11 610 7/28/2022
2.1.10 603 7/27/2022
2.1.9 604 7/26/2022
2.1.8 615 7/21/2022
2.1.7 589 7/20/2022
2.1.6 596 7/19/2022
2.1.5 605 7/15/2022
2.1.4 610 6/28/2022
2.1.3 620 6/24/2022
2.1.2 595 6/22/2022
2.1.1 616 6/22/2022
2.1.0 616 6/16/2022
2.0.5 633 6/13/2022
2.0.4 654 6/2/2022
2.0.3 626 6/1/2022
2.0.2 590 5/31/2022
2.0.1 633 5/27/2022
2.0.0 630 5/27/2022
1.5.2 660 5/24/2022
1.5.1 646 5/20/2022
1.5.0 632 5/17/2022
1.4.276 628 5/16/2022
1.4.28 609 5/17/2022
1.4.26 642 5/12/2022
1.4.25 629 5/10/2022
1.4.24 602 5/5/2022
1.4.23 623 5/3/2022
1.4.22 659 5/2/2022
1.4.21 649 4/28/2022
1.4.20 627 4/26/2022
1.4.19 663 4/26/2022
1.4.18 680 4/25/2022
1.4.17 666 4/21/2022
1.4.16 679 4/21/2022
1.4.15 654 4/21/2022
1.4.14 678 4/20/2022
1.4.13 680 4/20/2022
1.4.12 655 4/19/2022
1.4.11 695 4/15/2022
1.4.10 679 4/13/2022
1.4.9 663 4/13/2022
1.4.8 662 4/12/2022
1.4.7 660 4/8/2022
1.4.6 662 4/8/2022
1.4.5 667 4/7/2022
1.4.4 656 4/6/2022
1.4.3 714 4/6/2022
1.4.2 682 4/6/2022
1.4.1 662 4/5/2022
1.4.0 705 4/1/2022
1.3.7 687 3/31/2022
1.3.6 644 3/31/2022
1.3.5 681 3/31/2022
1.3.4 684 3/29/2022
1.3.3 684 3/21/2022
1.3.2 690 3/15/2022
1.3.1 730 3/10/2022
1.3.0 714 3/10/2022
1.2.10 708 3/8/2022
1.2.9 705 3/8/2022
1.2.8 668 3/7/2022
1.2.7 677 3/3/2022
1.2.6 689 3/3/2022
1.2.5 691 3/1/2022
1.2.4 728 2/24/2022
1.2.3 682 2/23/2022
1.2.2 710 2/23/2022
1.2.1 684 2/23/2022
1.2.0 680 2/22/2022
1.1.5 678 2/18/2022
1.1.4 705 2/18/2022
1.1.3 715 2/17/2022
1.1.2 730 2/10/2022
1.1.1 745 2/8/2022
1.1.0 722 2/2/2022
1.0.7 719 1/28/2022
1.0.6.1 716 1/21/2022
1.0.6 739 1/20/2022
1.0.5 773 1/19/2022
1.0.4 645 1/11/2022
1.0.3 466 1/6/2022
1.0.2 464 1/6/2022