GeeksCoreLibrary 5.0.2501.5

dotnet add package GeeksCoreLibrary --version 5.0.2501.5                
NuGet\Install-Package GeeksCoreLibrary -Version 5.0.2501.5                
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.0.2501.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GeeksCoreLibrary --version 5.0.2501.5                
#r "nuget: GeeksCoreLibrary, 5.0.2501.5"                
#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.0.2501.5

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

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 (5)

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

GeeksCoreLibrary.Modules.Payments.Mollie

Mollie 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.0.2501.5 215 1/27/2025
5.0.2501.4 60 1/27/2025
5.0.2501.3 154 1/21/2025
5.0.2501.2 161 1/17/2025
5.0.2501.1 153 1/17/2025
4.4.1 203 1/7/2025
4.4.0 335 12/18/2024
4.3.4 237 12/11/2024
4.3.3 121 12/10/2024
4.3.2 90 12/9/2024
4.3.0 526 11/25/2024
4.2.34 211 11/20/2024
4.2.33 196 11/12/2024
4.2.32 115 11/12/2024
4.2.31 329 11/1/2024
4.2.30 124 11/1/2024
4.2.29 241 10/29/2024
4.2.28 176 10/21/2024
4.2.27 139 10/17/2024
4.2.26 134 10/14/2024
4.2.25 356 10/1/2024
4.2.24 118 9/27/2024
4.2.23 143 9/27/2024
4.2.22 157 9/26/2024
4.2.21 197 9/24/2024
4.2.20 201 9/17/2024
4.2.19 246 9/2/2024
4.2.18 923 8/9/2024
4.2.17 166 8/7/2024
4.2.16 141 7/31/2024
4.2.15 140 7/26/2024
4.2.14 217 7/2/2024
4.2.13 145 6/26/2024
4.2.12 181 6/14/2024
4.2.11 194 6/5/2024
4.2.10 172 5/28/2024
4.2.9 140 5/23/2024
4.2.8 177 5/21/2024
4.2.7 137 5/14/2024
4.2.6 148 5/8/2024
4.2.5 233 4/26/2024
4.2.4 197 4/15/2024
4.2.3 125 4/11/2024
4.2.2 175 4/4/2024
4.2.1 173 3/28/2024
4.2.0 137 3/21/2024
4.1.13 168 3/8/2024
4.1.12 170 2/26/2024
4.1.11 146 2/20/2024
4.1.10 152 2/15/2024
4.1.9 172 2/9/2024
4.1.8 137 2/6/2024
4.1.7 137 1/29/2024
4.1.6 122 1/29/2024
4.1.5 180 1/26/2024
4.1.4 160 1/11/2024
4.1.3 437 12/27/2023
4.1.2 219 12/11/2023
4.1.1 127 12/11/2023
4.1.0 205 12/8/2023
4.0.13 167 11/30/2023
4.0.12 163 11/28/2023
4.0.11 198 11/21/2023
4.0.10 195 11/13/2023
4.0.9 148 11/10/2023
4.0.8 148 11/6/2023
4.0.7 169 11/3/2023
4.0.5 198 11/1/2023
4.0.4 208 10/20/2023
4.0.3 192 10/11/2023
4.0.2 177 10/5/2023
4.0.1 362 9/20/2023
4.0.0 298 9/5/2023
3.0.26 200 8/30/2023
3.0.25 231 8/15/2023
3.0.24 208 7/28/2023
3.0.23 197 7/20/2023
3.0.22 192 7/18/2023
3.0.21 193 7/11/2023
3.0.20 207 6/28/2023
3.0.19 171 6/28/2023
3.0.18 185 6/27/2023
3.0.17 183 6/23/2023
3.0.16 175 6/23/2023
3.0.15 184 6/16/2023
3.0.14 207 6/2/2023
3.0.13 185 6/1/2023
3.0.12 191 5/26/2023
3.0.11 184 5/25/2023
3.0.10 191 5/25/2023
3.0.9 206 5/16/2023
3.0.8 185 5/12/2023
3.0.7 237 5/4/2023
3.0.6 264 4/17/2023
3.0.5 268 4/12/2023
3.0.4 264 4/3/2023
3.0.3 248 3/30/2023
3.0.2 279 3/23/2023
3.0.1 269 3/21/2023
3.0.0 264 3/21/2023
2.2.28 284 3/15/2023
2.2.27 311 3/8/2023
2.2.26 302 3/3/2023
2.2.25 316 3/1/2023
2.2.24 302 2/27/2023
2.2.23 303 2/23/2023
2.2.22 318 2/15/2023
2.2.21 336 2/13/2023
2.2.20 356 2/2/2023
2.2.19 357 2/2/2023
2.2.18 376 1/27/2023
2.2.17 396 1/23/2023
2.2.16 347 1/19/2023
2.2.15 364 1/13/2023
2.2.14 359 1/13/2023
2.2.13 386 1/2/2023
2.2.12 358 12/28/2022
2.2.11 333 12/21/2022
2.2.10 329 12/19/2022
2.2.9 336 12/15/2022
2.2.8 366 12/14/2022
2.2.7 364 12/8/2022
2.2.6 369 12/6/2022
2.2.5 428 11/22/2022
2.2.4 401 11/14/2022
2.2.3 412 11/9/2022
2.2.2 418 11/1/2022
2.2.1 449 10/31/2022
2.2.0 457 10/28/2022
2.1.29 505 10/20/2022
2.1.28 487 10/19/2022
2.1.27 477 10/10/2022
2.1.26 452 10/6/2022
2.1.25 466 10/6/2022
2.1.24 453 10/5/2022
2.1.23 501 9/30/2022
2.1.22 501 9/29/2022
2.1.21 533 9/21/2022
2.1.20 500 9/20/2022
2.1.19 525 9/19/2022
2.1.18 521 9/16/2022
2.1.17 519 9/15/2022
2.1.16 477 8/29/2022
2.1.15 520 8/18/2022
2.1.14 542 8/9/2022
2.1.13 539 8/3/2022
2.1.12 548 8/2/2022
2.1.11 531 7/28/2022
2.1.10 522 7/27/2022
2.1.9 520 7/26/2022
2.1.8 537 7/21/2022
2.1.7 509 7/20/2022
2.1.6 514 7/19/2022
2.1.5 536 7/15/2022
2.1.4 534 6/28/2022
2.1.3 540 6/24/2022
2.1.2 524 6/22/2022
2.1.1 534 6/22/2022
2.1.0 547 6/16/2022
2.0.5 542 6/13/2022
2.0.4 582 6/2/2022
2.0.3 544 6/1/2022
2.0.2 520 5/31/2022
2.0.1 547 5/27/2022
2.0.0 541 5/27/2022
1.5.2 583 5/24/2022
1.5.1 566 5/20/2022
1.5.0 560 5/17/2022
1.4.276 540 5/16/2022
1.4.28 526 5/17/2022
1.4.26 570 5/12/2022
1.4.25 554 5/10/2022
1.4.24 530 5/5/2022
1.4.23 548 5/3/2022
1.4.22 586 5/2/2022
1.4.21 573 4/28/2022
1.4.20 550 4/26/2022
1.4.19 577 4/26/2022
1.4.18 597 4/25/2022
1.4.17 591 4/21/2022
1.4.16 582 4/21/2022
1.4.15 570 4/21/2022
1.4.14 588 4/20/2022
1.4.13 604 4/20/2022
1.4.12 569 4/19/2022
1.4.11 619 4/15/2022
1.4.10 600 4/13/2022
1.4.9 587 4/13/2022
1.4.8 585 4/12/2022
1.4.7 584 4/8/2022
1.4.6 586 4/8/2022
1.4.5 582 4/7/2022
1.4.4 583 4/6/2022
1.4.3 633 4/6/2022
1.4.2 605 4/6/2022
1.4.1 577 4/5/2022
1.4.0 618 4/1/2022
1.3.7 610 3/31/2022
1.3.6 559 3/31/2022
1.3.5 599 3/31/2022
1.3.4 601 3/29/2022
1.3.3 603 3/21/2022
1.3.2 607 3/15/2022
1.3.1 651 3/10/2022
1.3.0 626 3/10/2022
1.2.10 620 3/8/2022
1.2.9 618 3/8/2022
1.2.8 581 3/7/2022
1.2.7 599 3/3/2022
1.2.6 609 3/3/2022
1.2.5 604 3/1/2022
1.2.4 650 2/24/2022
1.2.3 600 2/23/2022
1.2.2 632 2/23/2022
1.2.1 606 2/23/2022
1.2.0 601 2/22/2022
1.1.5 599 2/18/2022
1.1.4 622 2/18/2022
1.1.3 629 2/17/2022
1.1.2 644 2/10/2022
1.1.1 651 2/8/2022
1.1.0 643 2/2/2022
1.0.7 630 1/28/2022
1.0.6.1 631 1/21/2022
1.0.6 658 1/20/2022
1.0.5 678 1/19/2022
1.0.4 560 1/11/2022
1.0.3 376 1/6/2022
1.0.2 378 1/6/2022