GeeksCoreLibrary 5.3.2507.6

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.2507.6 91 7/31/2025
5.3.2507.5 501 7/23/2025
5.3.2507.4 209 7/17/2025
5.3.2507.3 437 7/10/2025
5.3.2507.2 472 7/4/2025
5.3.2507.1 364 7/1/2025
5.3.2506.8 474 6/24/2025
5.3.2506.7 322 6/23/2025
5.3.2506.6 449 6/18/2025
5.3.2506.5 559 6/12/2025
5.3.2506.4 450 6/11/2025
5.3.2506.3 428 6/5/2025
5.3.2506.2 280 6/5/2025
5.3.2506.1 356 6/3/2025
5.3.2505.1 1,182 5/1/2025
5.3.2504.4 324 4/30/2025
5.3.2504.3 577 4/24/2025
5.3.2504.2 487 4/18/2025
5.3.2504.1 501 4/15/2025
5.3.2503.3 873 4/3/2025
5.3.2503.2 950 3/24/2025
5.3.2503.1 634 3/24/2025
5.2.2503.4 897 3/11/2025
5.2.2503.3 355 3/11/2025
5.2.2503.2 269 3/11/2025
5.2.2503.1 611 3/5/2025
5.1.2503.2 360 3/4/2025
5.1.2503.1 327 3/4/2025
5.1.2502.2 453 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,377 1/31/2025
5.0.2501.5 843 1/27/2025
5.0.2501.4 348 1/27/2025
5.0.2501.3 505 1/21/2025
5.0.2501.2 434 1/17/2025
5.0.2501.1 370 1/17/2025
4.4.1 328 1/7/2025
4.4.0 407 12/18/2024
4.3.4 307 12/11/2024
4.3.3 190 12/10/2024
4.3.2 158 12/9/2024
4.3.0 598 11/25/2024
4.2.34 280 11/20/2024
4.2.33 259 11/12/2024
4.2.32 178 11/12/2024
4.2.31 401 11/1/2024
4.2.30 195 11/1/2024
4.2.29 310 10/29/2024
4.2.28 246 10/21/2024
4.2.27 204 10/17/2024
4.2.26 195 10/14/2024
4.2.25 449 10/1/2024
4.2.24 161 9/27/2024
4.2.23 183 9/27/2024
4.2.22 196 9/26/2024
4.2.21 240 9/24/2024
4.2.20 250 9/17/2024
4.2.19 286 9/2/2024
4.2.18 965 8/9/2024
4.2.17 203 8/7/2024
4.2.16 178 7/31/2024
4.2.15 179 7/26/2024
4.2.14 264 7/2/2024
4.2.13 187 6/26/2024
4.2.12 220 6/14/2024
4.2.11 238 6/5/2024
4.2.10 208 5/28/2024
4.2.9 184 5/23/2024
4.2.8 214 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 163 4/11/2024
4.2.2 218 4/4/2024
4.2.1 207 3/28/2024
4.2.0 181 3/21/2024
4.1.13 202 3/8/2024
4.1.12 212 2/26/2024
4.1.11 184 2/20/2024
4.1.10 189 2/15/2024
4.1.9 212 2/9/2024
4.1.8 179 2/6/2024
4.1.7 175 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 471 12/27/2023
4.1.2 251 12/11/2023
4.1.1 163 12/11/2023
4.1.0 242 12/8/2023
4.0.13 182 11/30/2023
4.0.12 183 11/28/2023
4.0.11 217 11/21/2023
4.0.10 218 11/13/2023
4.0.9 164 11/10/2023
4.0.8 165 11/6/2023
4.0.7 187 11/3/2023
4.0.5 210 11/1/2023
4.0.4 226 10/20/2023
4.0.3 217 10/11/2023
4.0.2 199 10/5/2023
4.0.1 398 9/20/2023
4.0.0 323 9/5/2023
3.0.26 225 8/30/2023
3.0.25 262 8/15/2023
3.0.24 238 7/28/2023
3.0.23 236 7/20/2023
3.0.22 229 7/18/2023
3.0.21 225 7/11/2023
3.0.20 243 6/28/2023
3.0.19 205 6/28/2023
3.0.18 216 6/27/2023
3.0.17 226 6/23/2023
3.0.16 213 6/23/2023
3.0.15 223 6/16/2023
3.0.14 252 6/2/2023
3.0.13 223 6/1/2023
3.0.12 234 5/26/2023
3.0.11 230 5/25/2023
3.0.10 227 5/25/2023
3.0.9 247 5/16/2023
3.0.8 233 5/12/2023
3.0.7 277 5/4/2023
3.0.6 305 4/17/2023
3.0.5 311 4/12/2023
3.0.4 307 4/3/2023
3.0.3 288 3/30/2023
3.0.2 320 3/23/2023
3.0.1 316 3/21/2023
3.0.0 309 3/21/2023
2.2.28 330 3/15/2023
2.2.27 355 3/8/2023
2.2.26 356 3/3/2023
2.2.25 354 3/1/2023
2.2.24 343 2/27/2023
2.2.23 355 2/23/2023
2.2.22 363 2/15/2023
2.2.21 379 2/13/2023
2.2.20 400 2/2/2023
2.2.19 405 2/2/2023
2.2.18 421 1/27/2023
2.2.17 442 1/23/2023
2.2.16 394 1/19/2023
2.2.15 416 1/13/2023
2.2.14 409 1/13/2023
2.2.13 426 1/2/2023
2.2.12 399 12/28/2022
2.2.11 376 12/21/2022
2.2.10 371 12/19/2022
2.2.9 383 12/15/2022
2.2.8 407 12/14/2022
2.2.7 408 12/8/2022
2.2.6 414 12/6/2022
2.2.5 472 11/22/2022
2.2.4 443 11/14/2022
2.2.3 459 11/9/2022
2.2.2 460 11/1/2022
2.2.1 496 10/31/2022
2.2.0 506 10/28/2022
2.1.29 548 10/20/2022
2.1.28 534 10/19/2022
2.1.27 523 10/10/2022
2.1.26 499 10/6/2022
2.1.25 517 10/6/2022
2.1.24 498 10/5/2022
2.1.23 550 9/30/2022
2.1.22 552 9/29/2022
2.1.21 578 9/21/2022
2.1.20 546 9/20/2022
2.1.19 568 9/19/2022
2.1.18 567 9/16/2022
2.1.17 572 9/15/2022
2.1.16 524 8/29/2022
2.1.15 568 8/18/2022
2.1.14 598 8/9/2022
2.1.13 594 8/3/2022
2.1.12 604 8/2/2022
2.1.11 585 7/28/2022
2.1.10 577 7/27/2022
2.1.9 582 7/26/2022
2.1.8 591 7/21/2022
2.1.7 566 7/20/2022
2.1.6 571 7/19/2022
2.1.5 587 7/15/2022
2.1.4 587 6/28/2022
2.1.3 599 6/24/2022
2.1.2 575 6/22/2022
2.1.1 591 6/22/2022
2.1.0 595 6/16/2022
2.0.5 608 6/13/2022
2.0.4 635 6/2/2022
2.0.3 601 6/1/2022
2.0.2 570 5/31/2022
2.0.1 611 5/27/2022
2.0.0 606 5/27/2022
1.5.2 639 5/24/2022
1.5.1 623 5/20/2022
1.5.0 612 5/17/2022
1.4.276 604 5/16/2022
1.4.28 583 5/17/2022
1.4.26 623 5/12/2022
1.4.25 609 5/10/2022
1.4.24 583 5/5/2022
1.4.23 604 5/3/2022
1.4.22 640 5/2/2022
1.4.21 630 4/28/2022
1.4.20 608 4/26/2022
1.4.19 642 4/26/2022
1.4.18 658 4/25/2022
1.4.17 646 4/21/2022
1.4.16 654 4/21/2022
1.4.15 633 4/21/2022
1.4.14 653 4/20/2022
1.4.13 661 4/20/2022
1.4.12 632 4/19/2022
1.4.11 675 4/15/2022
1.4.10 659 4/13/2022
1.4.9 644 4/13/2022
1.4.8 642 4/12/2022
1.4.7 639 4/8/2022
1.4.6 643 4/8/2022
1.4.5 644 4/7/2022
1.4.4 638 4/6/2022
1.4.3 693 4/6/2022
1.4.2 662 4/6/2022
1.4.1 641 4/5/2022
1.4.0 683 4/1/2022
1.3.7 667 3/31/2022
1.3.6 619 3/31/2022
1.3.5 657 3/31/2022
1.3.4 659 3/29/2022
1.3.3 662 3/21/2022
1.3.2 666 3/15/2022
1.3.1 710 3/10/2022
1.3.0 690 3/10/2022
1.2.10 681 3/8/2022
1.2.9 680 3/8/2022
1.2.8 645 3/7/2022
1.2.7 658 3/3/2022
1.2.6 670 3/3/2022
1.2.5 669 3/1/2022
1.2.4 709 2/24/2022
1.2.3 661 2/23/2022
1.2.2 691 2/23/2022
1.2.1 665 2/23/2022
1.2.0 659 2/22/2022
1.1.5 659 2/18/2022
1.1.4 683 2/18/2022
1.1.3 695 2/17/2022
1.1.2 709 2/10/2022
1.1.1 720 2/8/2022
1.1.0 703 2/2/2022
1.0.7 693 1/28/2022
1.0.6.1 693 1/21/2022
1.0.6 720 1/20/2022
1.0.5 747 1/19/2022
1.0.4 625 1/11/2022
1.0.3 445 1/6/2022
1.0.2 443 1/6/2022