GeeksCoreLibrary 5.3.2503.2

dotnet add package GeeksCoreLibrary --version 5.3.2503.2
                    
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2503.2
                    
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.2503.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2503.2" />
                    
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.2503.2
                    
#r "nuget: GeeksCoreLibrary, 5.3.2503.2"
                    
#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.
#addin nuget:?package=GeeksCoreLibrary&version=5.3.2503.2
                    
Install GeeksCoreLibrary as a Cake Addin
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2503.2
                    
Install GeeksCoreLibrary 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

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

Evo PDF plugin for converting HTML to PDF in the GeeksCoreLibrary.

GeeksCoreLibrary.Modules.Payments.MultiSafepay

MultiSafepay plugin for the order process of the GeeksCoreLibrary.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.3.2503.2 673 3/24/2025
5.3.2503.1 434 3/24/2025
5.2.2503.4 657 3/11/2025
5.2.2503.3 275 3/11/2025
5.2.2503.2 199 3/11/2025
5.2.2503.1 538 3/5/2025
5.1.2503.2 289 3/4/2025
5.1.2503.1 258 3/4/2025
5.1.2502.2 371 2/24/2025
5.1.2502.1 341 2/19/2025
5.0.2502.2 502 2/10/2025
5.0.2502.1 1,799 2/4/2025
5.0.2501.7 382 2/4/2025
5.0.2501.6 1,311 1/31/2025
5.0.2501.5 773 1/27/2025
5.0.2501.4 279 1/27/2025
5.0.2501.3 425 1/21/2025
5.0.2501.2 371 1/17/2025
5.0.2501.1 305 1/17/2025
4.4.1 291 1/7/2025
4.4.0 371 12/18/2024
4.3.4 270 12/11/2024
4.3.3 155 12/10/2024
4.3.2 121 12/9/2024
4.3.0 558 11/25/2024
4.2.34 240 11/20/2024
4.2.33 225 11/12/2024
4.2.32 144 11/12/2024
4.2.31 360 11/1/2024
4.2.30 155 11/1/2024
4.2.29 272 10/29/2024
4.2.28 209 10/21/2024
4.2.27 168 10/17/2024
4.2.26 164 10/14/2024
4.2.25 407 10/1/2024
4.2.24 119 9/27/2024
4.2.23 144 9/27/2024
4.2.22 158 9/26/2024
4.2.21 199 9/24/2024
4.2.20 209 9/17/2024
4.2.19 247 9/2/2024
4.2.18 928 8/9/2024
4.2.17 167 8/7/2024
4.2.16 142 7/31/2024
4.2.15 141 7/26/2024
4.2.14 220 7/2/2024
4.2.13 147 6/26/2024
4.2.12 182 6/14/2024
4.2.11 200 6/5/2024
4.2.10 173 5/28/2024
4.2.9 141 5/23/2024
4.2.8 178 5/21/2024
4.2.7 141 5/14/2024
4.2.6 149 5/8/2024
4.2.5 235 4/26/2024
4.2.4 199 4/15/2024
4.2.3 126 4/11/2024
4.2.2 177 4/4/2024
4.2.1 174 3/28/2024
4.2.0 139 3/21/2024
4.1.13 169 3/8/2024
4.1.12 171 2/26/2024
4.1.11 152 2/20/2024
4.1.10 154 2/15/2024
4.1.9 173 2/9/2024
4.1.8 139 2/6/2024
4.1.7 139 1/29/2024
4.1.6 123 1/29/2024
4.1.5 181 1/26/2024
4.1.4 162 1/11/2024
4.1.3 439 12/27/2023
4.1.2 221 12/11/2023
4.1.1 128 12/11/2023
4.1.0 207 12/8/2023
4.0.13 168 11/30/2023
4.0.12 165 11/28/2023
4.0.11 200 11/21/2023
4.0.10 197 11/13/2023
4.0.9 149 11/10/2023
4.0.8 148 11/6/2023
4.0.7 171 11/3/2023
4.0.5 199 11/1/2023
4.0.4 210 10/20/2023
4.0.3 194 10/11/2023
4.0.2 178 10/5/2023
4.0.1 373 9/20/2023
4.0.0 299 9/5/2023
3.0.26 201 8/30/2023
3.0.25 232 8/15/2023
3.0.24 210 7/28/2023
3.0.23 198 7/20/2023
3.0.22 193 7/18/2023
3.0.21 195 7/11/2023
3.0.20 208 6/28/2023
3.0.19 173 6/28/2023
3.0.18 186 6/27/2023
3.0.17 184 6/23/2023
3.0.16 177 6/23/2023
3.0.15 188 6/16/2023
3.0.14 213 6/2/2023
3.0.13 190 6/1/2023
3.0.12 197 5/26/2023
3.0.11 191 5/25/2023
3.0.10 196 5/25/2023
3.0.9 213 5/16/2023
3.0.8 191 5/12/2023
3.0.7 244 5/4/2023
3.0.6 272 4/17/2023
3.0.5 275 4/12/2023
3.0.4 271 4/3/2023
3.0.3 254 3/30/2023
3.0.2 285 3/23/2023
3.0.1 277 3/21/2023
3.0.0 272 3/21/2023
2.2.28 292 3/15/2023
2.2.27 317 3/8/2023
2.2.26 314 3/3/2023
2.2.25 322 3/1/2023
2.2.24 309 2/27/2023
2.2.23 316 2/23/2023
2.2.22 326 2/15/2023
2.2.21 343 2/13/2023
2.2.20 364 2/2/2023
2.2.19 366 2/2/2023
2.2.18 384 1/27/2023
2.2.17 405 1/23/2023
2.2.16 355 1/19/2023
2.2.15 373 1/13/2023
2.2.14 368 1/13/2023
2.2.13 395 1/2/2023
2.2.12 367 12/28/2022
2.2.11 344 12/21/2022
2.2.10 339 12/19/2022
2.2.9 347 12/15/2022
2.2.8 375 12/14/2022
2.2.7 373 12/8/2022
2.2.6 378 12/6/2022
2.2.5 439 11/22/2022
2.2.4 411 11/14/2022
2.2.3 422 11/9/2022
2.2.2 427 11/1/2022
2.2.1 458 10/31/2022
2.2.0 466 10/28/2022
2.1.29 515 10/20/2022
2.1.28 497 10/19/2022
2.1.27 490 10/10/2022
2.1.26 462 10/6/2022
2.1.25 476 10/6/2022
2.1.24 463 10/5/2022
2.1.23 513 9/30/2022
2.1.22 513 9/29/2022
2.1.21 546 9/21/2022
2.1.20 511 9/20/2022
2.1.19 536 9/19/2022
2.1.18 534 9/16/2022
2.1.17 532 9/15/2022
2.1.16 488 8/29/2022
2.1.15 532 8/18/2022
2.1.14 553 8/9/2022
2.1.13 550 8/3/2022
2.1.12 566 8/2/2022
2.1.11 543 7/28/2022
2.1.10 534 7/27/2022
2.1.9 533 7/26/2022
2.1.8 548 7/21/2022
2.1.7 520 7/20/2022
2.1.6 526 7/19/2022
2.1.5 548 7/15/2022
2.1.4 546 6/28/2022
2.1.3 551 6/24/2022
2.1.2 536 6/22/2022
2.1.1 546 6/22/2022
2.1.0 557 6/16/2022
2.0.5 554 6/13/2022
2.0.4 594 6/2/2022
2.0.3 556 6/1/2022
2.0.2 531 5/31/2022
2.0.1 560 5/27/2022
2.0.0 560 5/27/2022
1.5.2 595 5/24/2022
1.5.1 579 5/20/2022
1.5.0 572 5/17/2022
1.4.276 552 5/16/2022
1.4.28 538 5/17/2022
1.4.26 583 5/12/2022
1.4.25 566 5/10/2022
1.4.24 542 5/5/2022
1.4.23 561 5/3/2022
1.4.22 598 5/2/2022
1.4.21 587 4/28/2022
1.4.20 563 4/26/2022
1.4.19 590 4/26/2022
1.4.18 612 4/25/2022
1.4.17 604 4/21/2022
1.4.16 598 4/21/2022
1.4.15 584 4/21/2022
1.4.14 603 4/20/2022
1.4.13 618 4/20/2022
1.4.12 583 4/19/2022
1.4.11 632 4/15/2022
1.4.10 614 4/13/2022
1.4.9 600 4/13/2022
1.4.8 599 4/12/2022
1.4.7 597 4/8/2022
1.4.6 599 4/8/2022
1.4.5 597 4/7/2022
1.4.4 596 4/6/2022
1.4.3 647 4/6/2022
1.4.2 619 4/6/2022
1.4.1 591 4/5/2022
1.4.0 631 4/1/2022
1.3.7 623 3/31/2022
1.3.6 573 3/31/2022
1.3.5 612 3/31/2022
1.3.4 614 3/29/2022
1.3.3 616 3/21/2022
1.3.2 620 3/15/2022
1.3.1 665 3/10/2022
1.3.0 642 3/10/2022
1.2.10 634 3/8/2022
1.2.9 632 3/8/2022
1.2.8 597 3/7/2022
1.2.7 614 3/3/2022
1.2.6 624 3/3/2022
1.2.5 619 3/1/2022
1.2.4 666 2/24/2022
1.2.3 614 2/23/2022
1.2.2 647 2/23/2022
1.2.1 621 2/23/2022
1.2.0 616 2/22/2022
1.1.5 613 2/18/2022
1.1.4 636 2/18/2022
1.1.3 644 2/17/2022
1.1.2 659 2/10/2022
1.1.1 666 2/8/2022
1.1.0 657 2/2/2022
1.0.7 645 1/28/2022
1.0.6.1 645 1/21/2022
1.0.6 672 1/20/2022
1.0.5 692 1/19/2022
1.0.4 573 1/11/2022
1.0.3 397 1/6/2022
1.0.2 393 1/6/2022