GeeksCoreLibrary 5.3.2508.1
dotnet add package GeeksCoreLibrary --version 5.3.2508.1
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2508.1
<PackageReference Include="GeeksCoreLibrary" Version="5.3.2508.1" />
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2508.1" />
<PackageReference Include="GeeksCoreLibrary" />
paket add GeeksCoreLibrary --version 5.3.2508.1
#r "nuget: GeeksCoreLibrary, 5.3.2508.1"
#:package GeeksCoreLibrary@5.3.2508.1
#addin nuget:?package=GeeksCoreLibrary&version=5.3.2508.1
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2508.1
GeeksCoreLibrary (GCL)
Requirements
- 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 | Versions 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. |
-
net9.0
- AspNetCore.HealthChecks.MySql (>= 9.0.0)
- AspNetCore.HealthChecks.UI.Client (>= 9.0.0)
- AWSSDK.S3 (>= 4.0.2)
- AWSSDK.SecretsManager (>= 4.0.0.10)
- CM.Text (>= 2.12.0)
- CsvHelper (>= 33.1.0)
- DocumentFormat.OpenXml (>= 3.3.0)
- FluentFTP (>= 53.0.1)
- GoogleAuthenticator (>= 3.2.0)
- HtmlAgilityPack (>= 1.12.2)
- JetBrains.Annotations (>= 2025.2.0)
- LazyCache.AspNetCore (>= 2.4.0)
- Magick.NET-Q8-x64 (>= 14.7.0)
- MailKit (>= 4.13.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 9.0.8)
- Microsoft.Extensions.Configuration (>= 9.0.7)
- Microsoft.Extensions.Configuration.Json (>= 9.0.7)
- Microsoft.Extensions.DependencyInjection (>= 9.0.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.7)
- MySqlConnector (>= 2.4.0)
- Newtonsoft.Json (>= 13.0.3)
- ObjectCloner (>= 2.2.2)
- PDFsharp (>= 6.2.0)
- RestSharp (>= 112.1.0)
- RestSharp.Serializers.NewtonsoftJson (>= 112.1.0)
- Scrutor (>= 6.1.0)
- SharpZipLib (>= 1.4.2)
- SSH.NET (>= 2025.0.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Diagnostics.PerformanceCounter (>= 9.0.7)
- System.Globalization (>= 4.3.0)
- System.IO.Abstractions (>= 22.0.15)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.Net.Primitives (>= 4.3.1)
- System.Runtime (>= 4.3.1)
- System.Runtime.Extensions (>= 4.3.1)
- System.Threading (>= 4.3.0)
- Twilio (>= 7.11.5)
- WebMarkupMin.AspNetCoreLatest (>= 2.19.0)
- ZXing.Net (>= 0.16.10)
- ZXing.Net.Bindings.Magick (>= 0.16.16)
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.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.3.2508.1 | 2,375 | 8/21/2025 |
| 5.3.2507.6 | 789 | 7/31/2025 |
| 5.3.2507.5 | 980 | 7/23/2025 |
| 5.3.2507.4 | 667 | 7/17/2025 |
| 5.3.2507.3 | 689 | 7/10/2025 |
| 5.3.2507.2 | 646 | 7/4/2025 |
| 5.3.2507.1 | 545 | 7/1/2025 |
| 5.3.2506.8 | 652 | 6/24/2025 |
| 5.3.2506.7 | 523 | 6/23/2025 |
| 5.3.2506.6 | 637 | 6/18/2025 |
| 5.3.2506.5 | 743 | 6/12/2025 |
| 5.3.2506.4 | 627 | 6/11/2025 |
| 5.3.2506.3 | 585 | 6/5/2025 |
| 5.3.2506.2 | 457 | 6/5/2025 |
| 5.3.2506.1 | 528 | 6/3/2025 |
| 5.3.2505.1 | 1,347 | 5/1/2025 |
| 5.3.2504.4 | 408 | 4/30/2025 |
| 5.3.2504.3 | 692 | 4/24/2025 |
| 5.3.2504.2 | 589 | 4/18/2025 |
| 5.3.2504.1 | 579 | 4/15/2025 |
| 5.3.2503.3 | 954 | 4/3/2025 |
| 5.3.2503.2 | 1,059 | 3/24/2025 |
| 5.3.2503.1 | 729 | 3/24/2025 |
| 5.2.2503.4 | 996 | 3/11/2025 |
| 5.2.2503.3 | 459 | 3/11/2025 |
| 5.2.2503.2 | 346 | 3/11/2025 |
| 5.2.2503.1 | 697 | 3/5/2025 |
| 5.1.2503.2 | 427 | 3/4/2025 |
| 5.1.2503.1 | 393 | 3/4/2025 |
| 5.1.2502.2 | 524 | 2/24/2025 |
| 5.1.2502.1 | 490 | 2/19/2025 |
| 5.0.2502.2 | 647 | 2/10/2025 |
| 5.0.2502.1 | 1,913 | 2/4/2025 |
| 5.0.2501.7 | 494 | 2/4/2025 |
| 5.0.2501.6 | 1,430 | 1/31/2025 |
| 5.0.2501.5 | 901 | 1/27/2025 |
| 5.0.2501.4 | 417 | 1/27/2025 |
| 5.0.2501.3 | 576 | 1/21/2025 |
| 5.0.2501.2 | 489 | 1/17/2025 |
| 5.0.2501.1 | 425 | 1/17/2025 |
| 4.4.1 | 374 | 1/7/2025 |
| 4.4.0 | 462 | 12/18/2024 |
| 4.3.4 | 359 | 12/11/2024 |
| 4.3.3 | 232 | 12/10/2024 |
| 4.3.2 | 199 | 12/9/2024 |
| 4.3.0 | 649 | 11/25/2024 |
| 4.2.34 | 336 | 11/20/2024 |
| 4.2.33 | 303 | 11/12/2024 |
| 4.2.32 | 219 | 11/12/2024 |
| 4.2.31 | 474 | 11/1/2024 |
| 4.2.30 | 259 | 11/1/2024 |
| 4.2.29 | 364 | 10/29/2024 |
| 4.2.28 | 299 | 10/21/2024 |
| 4.2.27 | 258 | 10/17/2024 |
| 4.2.26 | 240 | 10/14/2024 |
| 4.2.25 | 507 | 10/1/2024 |
| 4.2.24 | 232 | 9/27/2024 |
| 4.2.23 | 235 | 9/27/2024 |
| 4.2.22 | 267 | 9/26/2024 |
| 4.2.21 | 308 | 9/24/2024 |
| 4.2.20 | 331 | 9/17/2024 |
| 4.2.19 | 357 | 9/2/2024 |
| 4.2.18 | 1,008 | 8/9/2024 |
| 4.2.17 | 257 | 8/7/2024 |
| 4.2.16 | 260 | 7/31/2024 |
| 4.2.15 | 246 | 7/26/2024 |
| 4.2.14 | 337 | 7/2/2024 |
| 4.2.13 | 237 | 6/26/2024 |
| 4.2.12 | 272 | 6/14/2024 |
| 4.2.11 | 300 | 6/5/2024 |
| 4.2.10 | 265 | 5/28/2024 |
| 4.2.9 | 239 | 5/23/2024 |
| 4.2.8 | 267 | 5/21/2024 |
| 4.2.7 | 258 | 5/14/2024 |
| 4.2.6 | 233 | 5/8/2024 |
| 4.2.5 | 343 | 4/26/2024 |
| 4.2.4 | 297 | 4/15/2024 |
| 4.2.3 | 233 | 4/11/2024 |
| 4.2.2 | 291 | 4/4/2024 |
| 4.2.1 | 265 | 3/28/2024 |
| 4.2.0 | 249 | 3/21/2024 |
| 4.1.13 | 257 | 3/8/2024 |
| 4.1.12 | 271 | 2/26/2024 |
| 4.1.11 | 236 | 2/20/2024 |
| 4.1.10 | 257 | 2/15/2024 |
| 4.1.9 | 278 | 2/9/2024 |
| 4.1.8 | 236 | 2/6/2024 |
| 4.1.7 | 239 | 1/29/2024 |
| 4.1.6 | 231 | 1/29/2024 |
| 4.1.5 | 269 | 1/26/2024 |
| 4.1.4 | 261 | 1/11/2024 |
| 4.1.3 | 538 | 12/27/2023 |
| 4.1.2 | 303 | 12/11/2023 |
| 4.1.1 | 235 | 12/11/2023 |
| 4.1.0 | 311 | 12/8/2023 |
| 4.0.13 | 238 | 11/30/2023 |
| 4.0.12 | 230 | 11/28/2023 |
| 4.0.11 | 275 | 11/21/2023 |
| 4.0.10 | 255 | 11/13/2023 |
| 4.0.9 | 206 | 11/10/2023 |
| 4.0.8 | 201 | 11/6/2023 |
| 4.0.7 | 242 | 11/3/2023 |
| 4.0.5 | 246 | 11/1/2023 |
| 4.0.4 | 262 | 10/20/2023 |
| 4.0.3 | 259 | 10/11/2023 |
| 4.0.2 | 248 | 10/5/2023 |
| 4.0.1 | 485 | 9/20/2023 |
| 4.0.0 | 349 | 9/5/2023 |
| 3.0.26 | 266 | 8/30/2023 |
| 3.0.25 | 298 | 8/15/2023 |
| 3.0.24 | 282 | 7/28/2023 |
| 3.0.23 | 280 | 7/20/2023 |
| 3.0.22 | 284 | 7/18/2023 |
| 3.0.21 | 253 | 7/11/2023 |
| 3.0.20 | 284 | 6/28/2023 |
| 3.0.19 | 238 | 6/28/2023 |
| 3.0.18 | 247 | 6/27/2023 |
| 3.0.17 | 284 | 6/23/2023 |
| 3.0.16 | 264 | 6/23/2023 |
| 3.0.15 | 283 | 6/16/2023 |
| 3.0.14 | 299 | 6/2/2023 |
| 3.0.13 | 268 | 6/1/2023 |
| 3.0.12 | 295 | 5/26/2023 |
| 3.0.11 | 288 | 5/25/2023 |
| 3.0.10 | 275 | 5/25/2023 |
| 3.0.9 | 285 | 5/16/2023 |
| 3.0.8 | 289 | 5/12/2023 |
| 3.0.7 | 324 | 5/4/2023 |
| 3.0.6 | 355 | 4/17/2023 |
| 3.0.5 | 379 | 4/12/2023 |
| 3.0.4 | 359 | 4/3/2023 |
| 3.0.3 | 337 | 3/30/2023 |
| 3.0.2 | 366 | 3/23/2023 |
| 3.0.1 | 379 | 3/21/2023 |
| 3.0.0 | 364 | 3/21/2023 |
| 2.2.28 | 390 | 3/15/2023 |
| 2.2.27 | 417 | 3/8/2023 |
| 2.2.26 | 415 | 3/3/2023 |
| 2.2.25 | 403 | 3/1/2023 |
| 2.2.24 | 403 | 2/27/2023 |
| 2.2.23 | 399 | 2/23/2023 |
| 2.2.22 | 423 | 2/15/2023 |
| 2.2.21 | 439 | 2/13/2023 |
| 2.2.20 | 466 | 2/2/2023 |
| 2.2.19 | 469 | 2/2/2023 |
| 2.2.18 | 483 | 1/27/2023 |
| 2.2.17 | 490 | 1/23/2023 |
| 2.2.16 | 457 | 1/19/2023 |
| 2.2.15 | 465 | 1/13/2023 |
| 2.2.14 | 474 | 1/13/2023 |
| 2.2.13 | 475 | 1/2/2023 |
| 2.2.12 | 449 | 12/28/2022 |
| 2.2.11 | 426 | 12/21/2022 |
| 2.2.10 | 420 | 12/19/2022 |
| 2.2.9 | 448 | 12/15/2022 |
| 2.2.8 | 450 | 12/14/2022 |
| 2.2.7 | 471 | 12/8/2022 |
| 2.2.6 | 473 | 12/6/2022 |
| 2.2.5 | 512 | 11/22/2022 |
| 2.2.4 | 482 | 11/14/2022 |
| 2.2.3 | 490 | 11/9/2022 |
| 2.2.2 | 500 | 11/1/2022 |
| 2.2.1 | 563 | 10/31/2022 |
| 2.2.0 | 565 | 10/28/2022 |
| 2.1.29 | 598 | 10/20/2022 |
| 2.1.28 | 584 | 10/19/2022 |
| 2.1.27 | 567 | 10/10/2022 |
| 2.1.26 | 559 | 10/6/2022 |
| 2.1.25 | 573 | 10/6/2022 |
| 2.1.24 | 554 | 10/5/2022 |
| 2.1.23 | 607 | 9/30/2022 |
| 2.1.22 | 618 | 9/29/2022 |
| 2.1.21 | 630 | 9/21/2022 |
| 2.1.20 | 606 | 9/20/2022 |
| 2.1.19 | 609 | 9/19/2022 |
| 2.1.18 | 619 | 9/16/2022 |
| 2.1.17 | 629 | 9/15/2022 |
| 2.1.16 | 571 | 8/29/2022 |
| 2.1.15 | 621 | 8/18/2022 |
| 2.1.14 | 666 | 8/9/2022 |
| 2.1.13 | 665 | 8/3/2022 |
| 2.1.12 | 657 | 8/2/2022 |
| 2.1.11 | 654 | 7/28/2022 |
| 2.1.10 | 641 | 7/27/2022 |
| 2.1.9 | 649 | 7/26/2022 |
| 2.1.8 | 656 | 7/21/2022 |
| 2.1.7 | 636 | 7/20/2022 |
| 2.1.6 | 640 | 7/19/2022 |
| 2.1.5 | 638 | 7/15/2022 |
| 2.1.4 | 654 | 6/28/2022 |
| 2.1.3 | 667 | 6/24/2022 |
| 2.1.2 | 607 | 6/22/2022 |
| 2.1.1 | 657 | 6/22/2022 |
| 2.1.0 | 639 | 6/16/2022 |
| 2.0.5 | 677 | 6/13/2022 |
| 2.0.4 | 688 | 6/2/2022 |
| 2.0.3 | 664 | 6/1/2022 |
| 2.0.2 | 624 | 5/31/2022 |
| 2.0.1 | 675 | 5/27/2022 |
| 2.0.0 | 660 | 5/27/2022 |
| 1.5.2 | 691 | 5/24/2022 |
| 1.5.1 | 687 | 5/20/2022 |
| 1.5.0 | 662 | 5/17/2022 |
| 1.4.276 | 671 | 5/16/2022 |
| 1.4.28 | 654 | 5/17/2022 |
| 1.4.26 | 666 | 5/12/2022 |
| 1.4.25 | 652 | 5/10/2022 |
| 1.4.24 | 627 | 5/5/2022 |
| 1.4.23 | 656 | 5/3/2022 |
| 1.4.22 | 684 | 5/2/2022 |
| 1.4.21 | 682 | 4/28/2022 |
| 1.4.20 | 660 | 4/26/2022 |
| 1.4.19 | 713 | 4/26/2022 |
| 1.4.18 | 740 | 4/25/2022 |
| 1.4.17 | 702 | 4/21/2022 |
| 1.4.16 | 712 | 4/21/2022 |
| 1.4.15 | 692 | 4/21/2022 |
| 1.4.14 | 720 | 4/20/2022 |
| 1.4.13 | 712 | 4/20/2022 |
| 1.4.12 | 686 | 4/19/2022 |
| 1.4.11 | 730 | 4/15/2022 |
| 1.4.10 | 713 | 4/13/2022 |
| 1.4.9 | 696 | 4/13/2022 |
| 1.4.8 | 694 | 4/12/2022 |
| 1.4.7 | 694 | 4/8/2022 |
| 1.4.6 | 687 | 4/8/2022 |
| 1.4.5 | 709 | 4/7/2022 |
| 1.4.4 | 691 | 4/6/2022 |
| 1.4.3 | 761 | 4/6/2022 |
| 1.4.2 | 723 | 4/6/2022 |
| 1.4.1 | 705 | 4/5/2022 |
| 1.4.0 | 746 | 4/1/2022 |
| 1.3.7 | 719 | 3/31/2022 |
| 1.3.6 | 688 | 3/31/2022 |
| 1.3.5 | 716 | 3/31/2022 |
| 1.3.4 | 728 | 3/29/2022 |
| 1.3.3 | 713 | 3/21/2022 |
| 1.3.2 | 725 | 3/15/2022 |
| 1.3.1 | 760 | 3/10/2022 |
| 1.3.0 | 760 | 3/10/2022 |
| 1.2.10 | 750 | 3/8/2022 |
| 1.2.9 | 751 | 3/8/2022 |
| 1.2.8 | 709 | 3/7/2022 |
| 1.2.7 | 700 | 3/3/2022 |
| 1.2.6 | 721 | 3/3/2022 |
| 1.2.5 | 723 | 3/1/2022 |
| 1.2.4 | 762 | 2/24/2022 |
| 1.2.3 | 712 | 2/23/2022 |
| 1.2.2 | 732 | 2/23/2022 |
| 1.2.1 | 717 | 2/23/2022 |
| 1.2.0 | 715 | 2/22/2022 |
| 1.1.5 | 713 | 2/18/2022 |
| 1.1.4 | 729 | 2/18/2022 |
| 1.1.3 | 745 | 2/17/2022 |
| 1.1.2 | 773 | 2/10/2022 |
| 1.1.1 | 795 | 2/8/2022 |
| 1.1.0 | 746 | 2/2/2022 |
| 1.0.7 | 750 | 1/28/2022 |
| 1.0.6.1 | 763 | 1/21/2022 |
| 1.0.6 | 773 | 1/20/2022 |
| 1.0.5 | 804 | 1/19/2022 |
| 1.0.4 | 693 | 1/11/2022 |
| 1.0.3 | 500 | 1/6/2022 |
| 1.0.2 | 512 | 1/6/2022 |