GeeksCoreLibrary 5.3.2507.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package GeeksCoreLibrary --version 5.3.2507.6
                    
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2507.6
                    
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.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2507.6" />
                    
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.6
                    
#r "nuget: GeeksCoreLibrary, 5.3.2507.6"
                    
#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.6
                    
#: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.6
                    
Install as a Cake Addin
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2507.6
                    
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 0 8/21/2025
5.3.2507.6 175 7/31/2025
5.3.2507.5 505 7/23/2025
5.3.2507.4 215 7/17/2025
5.3.2507.3 440 7/10/2025
5.3.2507.2 473 7/4/2025
5.3.2507.1 365 7/1/2025
5.3.2506.8 475 6/24/2025
5.3.2506.7 323 6/23/2025
5.3.2506.6 451 6/18/2025
5.3.2506.5 561 6/12/2025
5.3.2506.4 452 6/11/2025
5.3.2506.3 429 6/5/2025
5.3.2506.2 282 6/5/2025
5.3.2506.1 357 6/3/2025
5.3.2505.1 1,184 5/1/2025
5.3.2504.4 324 4/30/2025
5.3.2504.3 577 4/24/2025
5.3.2504.2 488 4/18/2025
5.3.2504.1 501 4/15/2025
5.3.2503.3 873 4/3/2025
5.3.2503.2 951 3/24/2025
5.3.2503.1 635 3/24/2025
5.2.2503.4 899 3/11/2025
5.2.2503.3 356 3/11/2025
5.2.2503.2 271 3/11/2025
5.2.2503.1 612 3/5/2025
5.1.2503.2 364 3/4/2025
5.1.2503.1 328 3/4/2025
5.1.2502.2 454 2/24/2025
5.1.2502.1 417 2/19/2025
5.0.2502.2 571 2/10/2025
5.0.2502.1 1,869 2/4/2025
5.0.2501.7 452 2/4/2025
5.0.2501.6 1,379 1/31/2025
5.0.2501.5 843 1/27/2025
5.0.2501.4 349 1/27/2025
5.0.2501.3 506 1/21/2025
5.0.2501.2 435 1/17/2025
5.0.2501.1 371 1/17/2025
4.4.1 331 1/7/2025
4.4.0 409 12/18/2024
4.3.4 309 12/11/2024
4.3.3 192 12/10/2024
4.3.2 160 12/9/2024
4.3.0 598 11/25/2024
4.2.34 283 11/20/2024
4.2.33 261 11/12/2024
4.2.32 178 11/12/2024
4.2.31 403 11/1/2024
4.2.30 196 11/1/2024
4.2.29 310 10/29/2024
4.2.28 246 10/21/2024
4.2.27 205 10/17/2024
4.2.26 197 10/14/2024
4.2.25 451 10/1/2024
4.2.24 162 9/27/2024
4.2.23 183 9/27/2024
4.2.22 197 9/26/2024
4.2.21 241 9/24/2024
4.2.20 250 9/17/2024
4.2.19 287 9/2/2024
4.2.18 966 8/9/2024
4.2.17 204 8/7/2024
4.2.16 180 7/31/2024
4.2.15 181 7/26/2024
4.2.14 266 7/2/2024
4.2.13 187 6/26/2024
4.2.12 221 6/14/2024
4.2.11 238 6/5/2024
4.2.10 209 5/28/2024
4.2.9 184 5/23/2024
4.2.8 215 5/21/2024
4.2.7 183 5/14/2024
4.2.6 180 5/8/2024
4.2.5 273 4/26/2024
4.2.4 240 4/15/2024
4.2.3 164 4/11/2024
4.2.2 220 4/4/2024
4.2.1 209 3/28/2024
4.2.0 183 3/21/2024
4.1.13 202 3/8/2024
4.1.12 214 2/26/2024
4.1.11 184 2/20/2024
4.1.10 190 2/15/2024
4.1.9 214 2/9/2024
4.1.8 179 2/6/2024
4.1.7 177 1/29/2024
4.1.6 161 1/29/2024
4.1.5 216 1/26/2024
4.1.4 197 1/11/2024
4.1.3 472 12/27/2023
4.1.2 251 12/11/2023
4.1.1 168 12/11/2023
4.1.0 243 12/8/2023
4.0.13 185 11/30/2023
4.0.12 183 11/28/2023
4.0.11 217 11/21/2023
4.0.10 219 11/13/2023
4.0.9 164 11/10/2023
4.0.8 165 11/6/2023
4.0.7 188 11/3/2023
4.0.5 211 11/1/2023
4.0.4 226 10/20/2023
4.0.3 218 10/11/2023
4.0.2 200 10/5/2023
4.0.1 401 9/20/2023
4.0.0 323 9/5/2023
3.0.26 226 8/30/2023
3.0.25 262 8/15/2023
3.0.24 241 7/28/2023
3.0.23 237 7/20/2023
3.0.22 229 7/18/2023
3.0.21 226 7/11/2023
3.0.20 243 6/28/2023
3.0.19 206 6/28/2023
3.0.18 217 6/27/2023
3.0.17 227 6/23/2023
3.0.16 213 6/23/2023
3.0.15 225 6/16/2023
3.0.14 254 6/2/2023
3.0.13 225 6/1/2023
3.0.12 236 5/26/2023
3.0.11 231 5/25/2023
3.0.10 230 5/25/2023
3.0.9 249 5/16/2023
3.0.8 234 5/12/2023
3.0.7 278 5/4/2023
3.0.6 306 4/17/2023
3.0.5 312 4/12/2023
3.0.4 308 4/3/2023
3.0.3 289 3/30/2023
3.0.2 321 3/23/2023
3.0.1 318 3/21/2023
3.0.0 311 3/21/2023
2.2.28 331 3/15/2023
2.2.27 357 3/8/2023
2.2.26 357 3/3/2023
2.2.25 356 3/1/2023
2.2.24 344 2/27/2023
2.2.23 356 2/23/2023
2.2.22 364 2/15/2023
2.2.21 380 2/13/2023
2.2.20 401 2/2/2023
2.2.19 407 2/2/2023
2.2.18 422 1/27/2023
2.2.17 444 1/23/2023
2.2.16 396 1/19/2023
2.2.15 418 1/13/2023
2.2.14 410 1/13/2023
2.2.13 428 1/2/2023
2.2.12 401 12/28/2022
2.2.11 377 12/21/2022
2.2.10 373 12/19/2022
2.2.9 385 12/15/2022
2.2.8 409 12/14/2022
2.2.7 411 12/8/2022
2.2.6 415 12/6/2022
2.2.5 473 11/22/2022
2.2.4 444 11/14/2022
2.2.3 461 11/9/2022
2.2.2 461 11/1/2022
2.2.1 499 10/31/2022
2.2.0 508 10/28/2022
2.1.29 550 10/20/2022
2.1.28 535 10/19/2022
2.1.27 524 10/10/2022
2.1.26 501 10/6/2022
2.1.25 518 10/6/2022
2.1.24 500 10/5/2022
2.1.23 551 9/30/2022
2.1.22 553 9/29/2022
2.1.21 579 9/21/2022
2.1.20 548 9/20/2022
2.1.19 570 9/19/2022
2.1.18 568 9/16/2022
2.1.17 574 9/15/2022
2.1.16 526 8/29/2022
2.1.15 569 8/18/2022
2.1.14 599 8/9/2022
2.1.13 596 8/3/2022
2.1.12 605 8/2/2022
2.1.11 588 7/28/2022
2.1.10 578 7/27/2022
2.1.9 584 7/26/2022
2.1.8 593 7/21/2022
2.1.7 568 7/20/2022
2.1.6 572 7/19/2022
2.1.5 588 7/15/2022
2.1.4 590 6/28/2022
2.1.3 601 6/24/2022
2.1.2 576 6/22/2022
2.1.1 592 6/22/2022
2.1.0 598 6/16/2022
2.0.5 609 6/13/2022
2.0.4 636 6/2/2022
2.0.3 603 6/1/2022
2.0.2 572 5/31/2022
2.0.1 612 5/27/2022
2.0.0 607 5/27/2022
1.5.2 640 5/24/2022
1.5.1 624 5/20/2022
1.5.0 614 5/17/2022
1.4.276 605 5/16/2022
1.4.28 586 5/17/2022
1.4.26 625 5/12/2022
1.4.25 611 5/10/2022
1.4.24 584 5/5/2022
1.4.23 606 5/3/2022
1.4.22 641 5/2/2022
1.4.21 631 4/28/2022
1.4.20 609 4/26/2022
1.4.19 643 4/26/2022
1.4.18 659 4/25/2022
1.4.17 647 4/21/2022
1.4.16 656 4/21/2022
1.4.15 635 4/21/2022
1.4.14 655 4/20/2022
1.4.13 662 4/20/2022
1.4.12 633 4/19/2022
1.4.11 677 4/15/2022
1.4.10 660 4/13/2022
1.4.9 645 4/13/2022
1.4.8 644 4/12/2022
1.4.7 643 4/8/2022
1.4.6 644 4/8/2022
1.4.5 647 4/7/2022
1.4.4 639 4/6/2022
1.4.3 694 4/6/2022
1.4.2 664 4/6/2022
1.4.1 642 4/5/2022
1.4.0 684 4/1/2022
1.3.7 669 3/31/2022
1.3.6 621 3/31/2022
1.3.5 660 3/31/2022
1.3.4 662 3/29/2022
1.3.3 663 3/21/2022
1.3.2 668 3/15/2022
1.3.1 713 3/10/2022
1.3.0 691 3/10/2022
1.2.10 682 3/8/2022
1.2.9 681 3/8/2022
1.2.8 648 3/7/2022
1.2.7 659 3/3/2022
1.2.6 672 3/3/2022
1.2.5 671 3/1/2022
1.2.4 711 2/24/2022
1.2.3 662 2/23/2022
1.2.2 693 2/23/2022
1.2.1 667 2/23/2022
1.2.0 663 2/22/2022
1.1.5 660 2/18/2022
1.1.4 685 2/18/2022
1.1.3 696 2/17/2022
1.1.2 711 2/10/2022
1.1.1 724 2/8/2022
1.1.0 704 2/2/2022
1.0.7 696 1/28/2022
1.0.6.1 696 1/21/2022
1.0.6 721 1/20/2022
1.0.5 748 1/19/2022
1.0.4 627 1/11/2022
1.0.3 446 1/6/2022
1.0.2 445 1/6/2022