GeeksCoreLibrary 5.3.2507.3

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.3 257 7/10/2025
5.3.2507.2 444 7/4/2025
5.3.2507.1 348 7/1/2025
5.3.2506.8 460 6/24/2025
5.3.2506.7 309 6/23/2025
5.3.2506.6 429 6/18/2025
5.3.2506.5 543 6/12/2025
5.3.2506.4 435 6/11/2025
5.3.2506.3 414 6/5/2025
5.3.2506.2 267 6/5/2025
5.3.2506.1 342 6/3/2025
5.3.2505.1 1,170 5/1/2025
5.3.2504.4 317 4/30/2025
5.3.2504.3 566 4/24/2025
5.3.2504.2 480 4/18/2025
5.3.2504.1 494 4/15/2025
5.3.2503.3 865 4/3/2025
5.3.2503.2 940 3/24/2025
5.3.2503.1 625 3/24/2025
5.2.2503.4 889 3/11/2025
5.2.2503.3 346 3/11/2025
5.2.2503.2 261 3/11/2025
5.2.2503.1 601 3/5/2025
5.1.2503.2 353 3/4/2025
5.1.2503.1 319 3/4/2025
5.1.2502.2 441 2/24/2025
5.1.2502.1 408 2/19/2025
5.0.2502.2 564 2/10/2025
5.0.2502.1 1,860 2/4/2025
5.0.2501.7 444 2/4/2025
5.0.2501.6 1,370 1/31/2025
5.0.2501.5 836 1/27/2025
5.0.2501.4 340 1/27/2025
5.0.2501.3 496 1/21/2025
5.0.2501.2 427 1/17/2025
5.0.2501.1 363 1/17/2025
4.4.1 321 1/7/2025
4.4.0 401 12/18/2024
4.3.4 300 12/11/2024
4.3.3 183 12/10/2024
4.3.2 152 12/9/2024
4.3.0 590 11/25/2024
4.2.34 273 11/20/2024
4.2.33 253 11/12/2024
4.2.32 172 11/12/2024
4.2.31 392 11/1/2024
4.2.30 188 11/1/2024
4.2.29 303 10/29/2024
4.2.28 240 10/21/2024
4.2.27 198 10/17/2024
4.2.26 189 10/14/2024
4.2.25 442 10/1/2024
4.2.24 154 9/27/2024
4.2.23 177 9/27/2024
4.2.22 188 9/26/2024
4.2.21 231 9/24/2024
4.2.20 244 9/17/2024
4.2.19 279 9/2/2024
4.2.18 957 8/9/2024
4.2.17 197 8/7/2024
4.2.16 170 7/31/2024
4.2.15 172 7/26/2024
4.2.14 255 7/2/2024
4.2.13 178 6/26/2024
4.2.12 214 6/14/2024
4.2.11 231 6/5/2024
4.2.10 199 5/28/2024
4.2.9 174 5/23/2024
4.2.8 206 5/21/2024
4.2.7 176 5/14/2024
4.2.6 174 5/8/2024
4.2.5 266 4/26/2024
4.2.4 231 4/15/2024
4.2.3 156 4/11/2024
4.2.2 210 4/4/2024
4.2.1 201 3/28/2024
4.2.0 172 3/21/2024
4.1.13 196 3/8/2024
4.1.12 203 2/26/2024
4.1.11 179 2/20/2024
4.1.10 183 2/15/2024
4.1.9 206 2/9/2024
4.1.8 171 2/6/2024
4.1.7 168 1/29/2024
4.1.6 153 1/29/2024
4.1.5 208 1/26/2024
4.1.4 191 1/11/2024
4.1.3 465 12/27/2023
4.1.2 246 12/11/2023
4.1.1 154 12/11/2023
4.1.0 232 12/8/2023
4.0.13 178 11/30/2023
4.0.12 176 11/28/2023
4.0.11 211 11/21/2023
4.0.10 212 11/13/2023
4.0.9 159 11/10/2023
4.0.8 158 11/6/2023
4.0.7 181 11/3/2023
4.0.5 204 11/1/2023
4.0.4 220 10/20/2023
4.0.3 211 10/11/2023
4.0.2 192 10/5/2023
4.0.1 393 9/20/2023
4.0.0 314 9/5/2023
3.0.26 215 8/30/2023
3.0.25 249 8/15/2023
3.0.24 227 7/28/2023
3.0.23 222 7/20/2023
3.0.22 216 7/18/2023
3.0.21 213 7/11/2023
3.0.20 228 6/28/2023
3.0.19 193 6/28/2023
3.0.18 204 6/27/2023
3.0.17 211 6/23/2023
3.0.16 200 6/23/2023
3.0.15 210 6/16/2023
3.0.14 236 6/2/2023
3.0.13 211 6/1/2023
3.0.12 221 5/26/2023
3.0.11 217 5/25/2023
3.0.10 215 5/25/2023
3.0.9 235 5/16/2023
3.0.8 220 5/12/2023
3.0.7 265 5/4/2023
3.0.6 293 4/17/2023
3.0.5 298 4/12/2023
3.0.4 294 4/3/2023
3.0.3 274 3/30/2023
3.0.2 308 3/23/2023
3.0.1 303 3/21/2023
3.0.0 295 3/21/2023
2.2.28 317 3/15/2023
2.2.27 341 3/8/2023
2.2.26 342 3/3/2023
2.2.25 342 3/1/2023
2.2.24 330 2/27/2023
2.2.23 342 2/23/2023
2.2.22 349 2/15/2023
2.2.21 366 2/13/2023
2.2.20 384 2/2/2023
2.2.19 391 2/2/2023
2.2.18 408 1/27/2023
2.2.17 430 1/23/2023
2.2.16 382 1/19/2023
2.2.15 400 1/13/2023
2.2.14 392 1/13/2023
2.2.13 415 1/2/2023
2.2.12 388 12/28/2022
2.2.11 364 12/21/2022
2.2.10 359 12/19/2022
2.2.9 372 12/15/2022
2.2.8 396 12/14/2022
2.2.7 396 12/8/2022
2.2.6 401 12/6/2022
2.2.5 461 11/22/2022
2.2.4 432 11/14/2022
2.2.3 447 11/9/2022
2.2.2 449 11/1/2022
2.2.1 483 10/31/2022
2.2.0 490 10/28/2022
2.1.29 536 10/20/2022
2.1.28 522 10/19/2022
2.1.27 511 10/10/2022
2.1.26 486 10/6/2022
2.1.25 501 10/6/2022
2.1.24 484 10/5/2022
2.1.23 536 9/30/2022
2.1.22 538 9/29/2022
2.1.21 566 9/21/2022
2.1.20 534 9/20/2022
2.1.19 556 9/19/2022
2.1.18 555 9/16/2022
2.1.17 558 9/15/2022
2.1.16 511 8/29/2022
2.1.15 556 8/18/2022
2.1.14 583 8/9/2022
2.1.13 580 8/3/2022
2.1.12 592 8/2/2022
2.1.11 569 7/28/2022
2.1.10 564 7/27/2022
2.1.9 567 7/26/2022
2.1.8 576 7/21/2022
2.1.7 553 7/20/2022
2.1.6 556 7/19/2022
2.1.5 573 7/15/2022
2.1.4 573 6/28/2022
2.1.3 583 6/24/2022
2.1.2 562 6/22/2022
2.1.1 575 6/22/2022
2.1.0 583 6/16/2022
2.0.5 589 6/13/2022
2.0.4 621 6/2/2022
2.0.3 586 6/1/2022
2.0.2 556 5/31/2022
2.0.1 593 5/27/2022
2.0.0 591 5/27/2022
1.5.2 622 5/24/2022
1.5.1 610 5/20/2022
1.5.0 598 5/17/2022
1.4.276 588 5/16/2022
1.4.28 566 5/17/2022
1.4.26 610 5/12/2022
1.4.25 593 5/10/2022
1.4.24 570 5/5/2022
1.4.23 590 5/3/2022
1.4.22 626 5/2/2022
1.4.21 616 4/28/2022
1.4.20 593 4/26/2022
1.4.19 626 4/26/2022
1.4.18 644 4/25/2022
1.4.17 632 4/21/2022
1.4.16 637 4/21/2022
1.4.15 617 4/21/2022
1.4.14 634 4/20/2022
1.4.13 647 4/20/2022
1.4.12 616 4/19/2022
1.4.11 661 4/15/2022
1.4.10 644 4/13/2022
1.4.9 630 4/13/2022
1.4.8 628 4/12/2022
1.4.7 626 4/8/2022
1.4.6 628 4/8/2022
1.4.5 629 4/7/2022
1.4.4 624 4/6/2022
1.4.3 679 4/6/2022
1.4.2 648 4/6/2022
1.4.1 623 4/5/2022
1.4.0 668 4/1/2022
1.3.7 652 3/31/2022
1.3.6 604 3/31/2022
1.3.5 641 3/31/2022
1.3.4 644 3/29/2022
1.3.3 647 3/21/2022
1.3.2 650 3/15/2022
1.3.1 695 3/10/2022
1.3.0 674 3/10/2022
1.2.10 667 3/8/2022
1.2.9 665 3/8/2022
1.2.8 630 3/7/2022
1.2.7 644 3/3/2022
1.2.6 654 3/3/2022
1.2.5 653 3/1/2022
1.2.4 695 2/24/2022
1.2.3 645 2/23/2022
1.2.2 677 2/23/2022
1.2.1 651 2/23/2022
1.2.0 645 2/22/2022
1.1.5 645 2/18/2022
1.1.4 669 2/18/2022
1.1.3 680 2/17/2022
1.1.2 695 2/10/2022
1.1.1 702 2/8/2022
1.1.0 688 2/2/2022
1.0.7 678 1/28/2022
1.0.6.1 679 1/21/2022
1.0.6 705 1/20/2022
1.0.5 730 1/19/2022
1.0.4 609 1/11/2022
1.0.3 431 1/6/2022
1.0.2 429 1/6/2022