GeeksCoreLibrary 5.2.2503.1

dotnet add package GeeksCoreLibrary --version 5.2.2503.1                
NuGet\Install-Package GeeksCoreLibrary -Version 5.2.2503.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.2.2503.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GeeksCoreLibrary --version 5.2.2503.1                
#r "nuget: GeeksCoreLibrary, 5.2.2503.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.
// Install GeeksCoreLibrary as a Cake Addin
#addin nuget:?package=GeeksCoreLibrary&version=5.2.2503.1

// Install GeeksCoreLibrary as a Cake Tool
#tool nuget:?package=GeeksCoreLibrary&version=5.2.2503.1                

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.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.Mollie

Mollie 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.2.2503.1 340 3/5/2025
5.1.2503.2 233 3/4/2025
5.1.2503.1 202 3/4/2025
5.1.2502.2 327 2/24/2025
5.1.2502.1 303 2/19/2025
5.0.2502.2 448 2/10/2025
5.0.2502.1 1,759 2/4/2025
5.0.2501.7 340 2/4/2025
5.0.2501.6 1,272 1/31/2025
5.0.2501.5 734 1/27/2025
5.0.2501.4 240 1/27/2025
5.0.2501.3 383 1/21/2025
5.0.2501.2 340 1/17/2025
5.0.2501.1 285 1/17/2025
4.4.1 291 1/7/2025
4.4.0 370 12/18/2024
4.3.4 270 12/11/2024
4.3.3 154 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 358 11/1/2024
4.2.30 153 11/1/2024
4.2.29 270 10/29/2024
4.2.28 206 10/21/2024
4.2.27 168 10/17/2024
4.2.26 163 10/14/2024
4.2.25 402 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 198 9/24/2024
4.2.20 208 9/17/2024
4.2.19 247 9/2/2024
4.2.18 926 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 219 7/2/2024
4.2.13 146 6/26/2024
4.2.12 182 6/14/2024
4.2.11 198 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 140 5/14/2024
4.2.6 149 5/8/2024
4.2.5 234 4/26/2024
4.2.4 198 4/15/2024
4.2.3 126 4/11/2024
4.2.2 176 4/4/2024
4.2.1 174 3/28/2024
4.2.0 138 3/21/2024
4.1.13 169 3/8/2024
4.1.12 171 2/26/2024
4.1.11 151 2/20/2024
4.1.10 153 2/15/2024
4.1.9 173 2/9/2024
4.1.8 138 2/6/2024
4.1.7 138 1/29/2024
4.1.6 123 1/29/2024
4.1.5 181 1/26/2024
4.1.4 161 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 206 12/8/2023
4.0.13 168 11/30/2023
4.0.12 164 11/28/2023
4.0.11 199 11/21/2023
4.0.10 196 11/13/2023
4.0.9 149 11/10/2023
4.0.8 148 11/6/2023
4.0.7 170 11/3/2023
4.0.5 199 11/1/2023
4.0.4 209 10/20/2023
4.0.3 193 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 209 7/28/2023
3.0.23 198 7/20/2023
3.0.22 193 7/18/2023
3.0.21 194 7/11/2023
3.0.20 208 6/28/2023
3.0.19 172 6/28/2023
3.0.18 186 6/27/2023
3.0.17 184 6/23/2023
3.0.16 176 6/23/2023
3.0.15 187 6/16/2023
3.0.14 211 6/2/2023
3.0.13 188 6/1/2023
3.0.12 195 5/26/2023
3.0.11 190 5/25/2023
3.0.10 195 5/25/2023
3.0.9 211 5/16/2023
3.0.8 190 5/12/2023
3.0.7 242 5/4/2023
3.0.6 271 4/17/2023
3.0.5 273 4/12/2023
3.0.4 270 4/3/2023
3.0.3 253 3/30/2023
3.0.2 284 3/23/2023
3.0.1 275 3/21/2023
3.0.0 270 3/21/2023
2.2.28 291 3/15/2023
2.2.27 316 3/8/2023
2.2.26 313 3/3/2023
2.2.25 321 3/1/2023
2.2.24 307 2/27/2023
2.2.23 315 2/23/2023
2.2.22 324 2/15/2023
2.2.21 342 2/13/2023
2.2.20 361 2/2/2023
2.2.19 363 2/2/2023
2.2.18 382 1/27/2023
2.2.17 402 1/23/2023
2.2.16 353 1/19/2023
2.2.15 371 1/13/2023
2.2.14 366 1/13/2023
2.2.13 393 1/2/2023
2.2.12 364 12/28/2022
2.2.11 342 12/21/2022
2.2.10 336 12/19/2022
2.2.9 344 12/15/2022
2.2.8 373 12/14/2022
2.2.7 371 12/8/2022
2.2.6 376 12/6/2022
2.2.5 436 11/22/2022
2.2.4 408 11/14/2022
2.2.3 419 11/9/2022
2.2.2 425 11/1/2022
2.2.1 455 10/31/2022
2.2.0 464 10/28/2022
2.1.29 512 10/20/2022
2.1.28 494 10/19/2022
2.1.27 486 10/10/2022
2.1.26 459 10/6/2022
2.1.25 473 10/6/2022
2.1.24 460 10/5/2022
2.1.23 509 9/30/2022
2.1.22 509 9/29/2022
2.1.21 542 9/21/2022
2.1.20 508 9/20/2022
2.1.19 533 9/19/2022
2.1.18 531 9/16/2022
2.1.17 528 9/15/2022
2.1.16 485 8/29/2022
2.1.15 528 8/18/2022
2.1.14 550 8/9/2022
2.1.13 547 8/3/2022
2.1.12 562 8/2/2022
2.1.11 539 7/28/2022
2.1.10 530 7/27/2022
2.1.9 528 7/26/2022
2.1.8 545 7/21/2022
2.1.7 517 7/20/2022
2.1.6 522 7/19/2022
2.1.5 544 7/15/2022
2.1.4 542 6/28/2022
2.1.3 548 6/24/2022
2.1.2 532 6/22/2022
2.1.1 542 6/22/2022
2.1.0 555 6/16/2022
2.0.5 550 6/13/2022
2.0.4 590 6/2/2022
2.0.3 552 6/1/2022
2.0.2 528 5/31/2022
2.0.1 555 5/27/2022
2.0.0 549 5/27/2022
1.5.2 591 5/24/2022
1.5.1 574 5/20/2022
1.5.0 568 5/17/2022
1.4.276 548 5/16/2022
1.4.28 533 5/17/2022
1.4.26 578 5/12/2022
1.4.25 562 5/10/2022
1.4.24 538 5/5/2022
1.4.23 556 5/3/2022
1.4.22 594 5/2/2022
1.4.21 582 4/28/2022
1.4.20 559 4/26/2022
1.4.19 586 4/26/2022
1.4.18 606 4/25/2022
1.4.17 600 4/21/2022
1.4.16 592 4/21/2022
1.4.15 580 4/21/2022
1.4.14 598 4/20/2022
1.4.13 614 4/20/2022
1.4.12 578 4/19/2022
1.4.11 627 4/15/2022
1.4.10 609 4/13/2022
1.4.9 596 4/13/2022
1.4.8 594 4/12/2022
1.4.7 593 4/8/2022
1.4.6 595 4/8/2022
1.4.5 591 4/7/2022
1.4.4 592 4/6/2022
1.4.3 642 4/6/2022
1.4.2 614 4/6/2022
1.4.1 586 4/5/2022
1.4.0 626 4/1/2022
1.3.7 619 3/31/2022
1.3.6 568 3/31/2022
1.3.5 608 3/31/2022
1.3.4 610 3/29/2022
1.3.3 611 3/21/2022
1.3.2 616 3/15/2022
1.3.1 660 3/10/2022
1.3.0 637 3/10/2022
1.2.10 629 3/8/2022
1.2.9 628 3/8/2022
1.2.8 592 3/7/2022
1.2.7 609 3/3/2022
1.2.6 619 3/3/2022
1.2.5 614 3/1/2022
1.2.4 661 2/24/2022
1.2.3 610 2/23/2022
1.2.2 642 2/23/2022
1.2.1 616 2/23/2022
1.2.0 611 2/22/2022
1.1.5 609 2/18/2022
1.1.4 632 2/18/2022
1.1.3 639 2/17/2022
1.1.2 654 2/10/2022
1.1.1 661 2/8/2022
1.1.0 653 2/2/2022
1.0.7 640 1/28/2022
1.0.6.1 641 1/21/2022
1.0.6 668 1/20/2022
1.0.5 688 1/19/2022
1.0.4 570 1/11/2022
1.0.3 392 1/6/2022
1.0.2 388 1/6/2022