GeeksCoreLibrary 5.3.2507.2

dotnet add package GeeksCoreLibrary --version 5.3.2507.2
                    
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2507.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.2507.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2507.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.2507.2
                    
#r "nuget: GeeksCoreLibrary, 5.3.2507.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.2507.2
                    
Install as a Cake Addin
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2507.2
                    
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.2 0 7/4/2025
5.3.2507.1 10 7/1/2025
5.3.2506.8 243 6/24/2025
5.3.2506.7 265 6/23/2025
5.3.2506.6 399 6/18/2025
5.3.2506.5 516 6/12/2025
5.3.2506.4 410 6/11/2025
5.3.2506.3 391 6/5/2025
5.3.2506.2 242 6/5/2025
5.3.2506.1 316 6/3/2025
5.3.2505.1 1,145 5/1/2025
5.3.2504.4 305 4/30/2025
5.3.2504.3 552 4/24/2025
5.3.2504.2 469 4/18/2025
5.3.2504.1 483 4/15/2025
5.3.2503.3 855 4/3/2025
5.3.2503.2 927 3/24/2025
5.3.2503.1 612 3/24/2025
5.2.2503.4 879 3/11/2025
5.2.2503.3 333 3/11/2025
5.2.2503.2 249 3/11/2025
5.2.2503.1 588 3/5/2025
5.1.2503.2 342 3/4/2025
5.1.2503.1 308 3/4/2025
5.1.2502.2 429 2/24/2025
5.1.2502.1 392 2/19/2025
5.0.2502.2 554 2/10/2025
5.0.2502.1 1,846 2/4/2025
5.0.2501.7 432 2/4/2025
5.0.2501.6 1,359 1/31/2025
5.0.2501.5 824 1/27/2025
5.0.2501.4 326 1/27/2025
5.0.2501.3 483 1/21/2025
5.0.2501.2 417 1/17/2025
5.0.2501.1 353 1/17/2025
4.4.1 311 1/7/2025
4.4.0 391 12/18/2024
4.3.4 288 12/11/2024
4.3.3 172 12/10/2024
4.3.2 140 12/9/2024
4.3.0 577 11/25/2024
4.2.34 260 11/20/2024
4.2.33 241 11/12/2024
4.2.32 161 11/12/2024
4.2.31 380 11/1/2024
4.2.30 176 11/1/2024
4.2.29 292 10/29/2024
4.2.28 229 10/21/2024
4.2.27 188 10/17/2024
4.2.26 180 10/14/2024
4.2.25 428 10/1/2024
4.2.24 143 9/27/2024
4.2.23 164 9/27/2024
4.2.22 176 9/26/2024
4.2.21 219 9/24/2024
4.2.20 232 9/17/2024
4.2.19 264 9/2/2024
4.2.18 947 8/9/2024
4.2.17 185 8/7/2024
4.2.16 160 7/31/2024
4.2.15 159 7/26/2024
4.2.14 243 7/2/2024
4.2.13 165 6/26/2024
4.2.12 203 6/14/2024
4.2.11 217 6/5/2024
4.2.10 188 5/28/2024
4.2.9 159 5/23/2024
4.2.8 193 5/21/2024
4.2.7 160 5/14/2024
4.2.6 164 5/8/2024
4.2.5 253 4/26/2024
4.2.4 218 4/15/2024
4.2.3 144 4/11/2024
4.2.2 194 4/4/2024
4.2.1 190 3/28/2024
4.2.0 158 3/21/2024
4.1.13 185 3/8/2024
4.1.12 192 2/26/2024
4.1.11 169 2/20/2024
4.1.10 170 2/15/2024
4.1.9 193 2/9/2024
4.1.8 158 2/6/2024
4.1.7 156 1/29/2024
4.1.6 140 1/29/2024
4.1.5 198 1/26/2024
4.1.4 180 1/11/2024
4.1.3 455 12/27/2023
4.1.2 237 12/11/2023
4.1.1 146 12/11/2023
4.1.0 224 12/8/2023
4.0.13 175 11/30/2023
4.0.12 173 11/28/2023
4.0.11 207 11/21/2023
4.0.10 211 11/13/2023
4.0.9 155 11/10/2023
4.0.8 156 11/6/2023
4.0.7 178 11/3/2023
4.0.5 204 11/1/2023
4.0.4 218 10/20/2023
4.0.3 206 10/11/2023
4.0.2 187 10/5/2023
4.0.1 387 9/20/2023
4.0.0 311 9/5/2023
3.0.26 212 8/30/2023
3.0.25 245 8/15/2023
3.0.24 224 7/28/2023
3.0.23 216 7/20/2023
3.0.22 212 7/18/2023
3.0.21 210 7/11/2023
3.0.20 223 6/28/2023
3.0.19 190 6/28/2023
3.0.18 201 6/27/2023
3.0.17 206 6/23/2023
3.0.16 195 6/23/2023
3.0.15 205 6/16/2023
3.0.14 231 6/2/2023
3.0.13 208 6/1/2023
3.0.12 217 5/26/2023
3.0.11 211 5/25/2023
3.0.10 212 5/25/2023
3.0.9 231 5/16/2023
3.0.8 212 5/12/2023
3.0.7 261 5/4/2023
3.0.6 290 4/17/2023
3.0.5 293 4/12/2023
3.0.4 289 4/3/2023
3.0.3 271 3/30/2023
3.0.2 303 3/23/2023
3.0.1 295 3/21/2023
3.0.0 290 3/21/2023
2.2.28 311 3/15/2023
2.2.27 336 3/8/2023
2.2.26 336 3/3/2023
2.2.25 339 3/1/2023
2.2.24 327 2/27/2023
2.2.23 335 2/23/2023
2.2.22 345 2/15/2023
2.2.21 362 2/13/2023
2.2.20 381 2/2/2023
2.2.19 385 2/2/2023
2.2.18 402 1/27/2023
2.2.17 425 1/23/2023
2.2.16 374 1/19/2023
2.2.15 392 1/13/2023
2.2.14 386 1/13/2023
2.2.13 411 1/2/2023
2.2.12 384 12/28/2022
2.2.11 362 12/21/2022
2.2.10 357 12/19/2022
2.2.9 367 12/15/2022
2.2.8 394 12/14/2022
2.2.7 392 12/8/2022
2.2.6 397 12/6/2022
2.2.5 459 11/22/2022
2.2.4 430 11/14/2022
2.2.3 444 11/9/2022
2.2.2 446 11/1/2022
2.2.1 478 10/31/2022
2.2.0 486 10/28/2022
2.1.29 533 10/20/2022
2.1.28 520 10/19/2022
2.1.27 509 10/10/2022
2.1.26 483 10/6/2022
2.1.25 495 10/6/2022
2.1.24 482 10/5/2022
2.1.23 531 9/30/2022
2.1.22 532 9/29/2022
2.1.21 564 9/21/2022
2.1.20 529 9/20/2022
2.1.19 554 9/19/2022
2.1.18 553 9/16/2022
2.1.17 553 9/15/2022
2.1.16 509 8/29/2022
2.1.15 554 8/18/2022
2.1.14 577 8/9/2022
2.1.13 574 8/3/2022
2.1.12 590 8/2/2022
2.1.11 565 7/28/2022
2.1.10 559 7/27/2022
2.1.9 562 7/26/2022
2.1.8 572 7/21/2022
2.1.7 548 7/20/2022
2.1.6 551 7/19/2022
2.1.5 571 7/15/2022
2.1.4 570 6/28/2022
2.1.3 577 6/24/2022
2.1.2 560 6/22/2022
2.1.1 571 6/22/2022
2.1.0 581 6/16/2022
2.0.5 582 6/13/2022
2.0.4 618 6/2/2022
2.0.3 582 6/1/2022
2.0.2 555 5/31/2022
2.0.1 586 5/27/2022
2.0.0 587 5/27/2022
1.5.2 620 5/24/2022
1.5.1 605 5/20/2022
1.5.0 596 5/17/2022
1.4.276 583 5/16/2022
1.4.28 562 5/17/2022
1.4.26 608 5/12/2022
1.4.25 591 5/10/2022
1.4.24 568 5/5/2022
1.4.23 588 5/3/2022
1.4.22 624 5/2/2022
1.4.21 613 4/28/2022
1.4.20 591 4/26/2022
1.4.19 620 4/26/2022
1.4.18 640 4/25/2022
1.4.17 630 4/21/2022
1.4.16 631 4/21/2022
1.4.15 613 4/21/2022
1.4.14 629 4/20/2022
1.4.13 645 4/20/2022
1.4.12 611 4/19/2022
1.4.11 659 4/15/2022
1.4.10 642 4/13/2022
1.4.9 628 4/13/2022
1.4.8 626 4/12/2022
1.4.7 624 4/8/2022
1.4.6 626 4/8/2022
1.4.5 625 4/7/2022
1.4.4 622 4/6/2022
1.4.3 675 4/6/2022
1.4.2 646 4/6/2022
1.4.1 619 4/5/2022
1.4.0 663 4/1/2022
1.3.7 650 3/31/2022
1.3.6 601 3/31/2022
1.3.5 639 3/31/2022
1.3.4 641 3/29/2022
1.3.3 644 3/21/2022
1.3.2 647 3/15/2022
1.3.1 692 3/10/2022
1.3.0 670 3/10/2022
1.2.10 663 3/8/2022
1.2.9 662 3/8/2022
1.2.8 625 3/7/2022
1.2.7 642 3/3/2022
1.2.6 652 3/3/2022
1.2.5 651 3/1/2022
1.2.4 693 2/24/2022
1.2.3 642 2/23/2022
1.2.2 675 2/23/2022
1.2.1 648 2/23/2022
1.2.0 643 2/22/2022
1.1.5 643 2/18/2022
1.1.4 667 2/18/2022
1.1.3 674 2/17/2022
1.1.2 690 2/10/2022
1.1.1 696 2/8/2022
1.1.0 686 2/2/2022
1.0.7 675 1/28/2022
1.0.6.1 675 1/21/2022
1.0.6 702 1/20/2022
1.0.5 724 1/19/2022
1.0.4 604 1/11/2022
1.0.3 429 1/6/2022
1.0.2 427 1/6/2022