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.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.2508.1 | 1,832 | 8/21/2025 |
5.3.2507.6 | 755 | 7/31/2025 |
5.3.2507.5 | 954 | 7/23/2025 |
5.3.2507.4 | 639 | 7/17/2025 |
5.3.2507.3 | 646 | 7/10/2025 |
5.3.2507.2 | 624 | 7/4/2025 |
5.3.2507.1 | 522 | 7/1/2025 |
5.3.2506.8 | 627 | 6/24/2025 |
5.3.2506.7 | 492 | 6/23/2025 |
5.3.2506.6 | 606 | 6/18/2025 |
5.3.2506.5 | 712 | 6/12/2025 |
5.3.2506.4 | 596 | 6/11/2025 |
5.3.2506.3 | 563 | 6/5/2025 |
5.3.2506.2 | 425 | 6/5/2025 |
5.3.2506.1 | 496 | 6/3/2025 |
5.3.2505.1 | 1,324 | 5/1/2025 |
5.3.2504.4 | 399 | 4/30/2025 |
5.3.2504.3 | 679 | 4/24/2025 |
5.3.2504.2 | 573 | 4/18/2025 |
5.3.2504.1 | 571 | 4/15/2025 |
5.3.2503.3 | 947 | 4/3/2025 |
5.3.2503.2 | 1,039 | 3/24/2025 |
5.3.2503.1 | 714 | 3/24/2025 |
5.2.2503.4 | 982 | 3/11/2025 |
5.2.2503.3 | 445 | 3/11/2025 |
5.2.2503.2 | 332 | 3/11/2025 |
5.2.2503.1 | 688 | 3/5/2025 |
5.1.2503.2 | 410 | 3/4/2025 |
5.1.2503.1 | 382 | 3/4/2025 |
5.1.2502.2 | 514 | 2/24/2025 |
5.1.2502.1 | 478 | 2/19/2025 |
5.0.2502.2 | 634 | 2/10/2025 |
5.0.2502.1 | 1,901 | 2/4/2025 |
5.0.2501.7 | 487 | 2/4/2025 |
5.0.2501.6 | 1,422 | 1/31/2025 |
5.0.2501.5 | 886 | 1/27/2025 |
5.0.2501.4 | 401 | 1/27/2025 |
5.0.2501.3 | 562 | 1/21/2025 |
5.0.2501.2 | 483 | 1/17/2025 |
5.0.2501.1 | 414 | 1/17/2025 |
4.4.1 | 365 | 1/7/2025 |
4.4.0 | 454 | 12/18/2024 |
4.3.4 | 353 | 12/11/2024 |
4.3.3 | 225 | 12/10/2024 |
4.3.2 | 193 | 12/9/2024 |
4.3.0 | 637 | 11/25/2024 |
4.2.34 | 323 | 11/20/2024 |
4.2.33 | 297 | 11/12/2024 |
4.2.32 | 212 | 11/12/2024 |
4.2.31 | 459 | 11/1/2024 |
4.2.30 | 250 | 11/1/2024 |
4.2.29 | 358 | 10/29/2024 |
4.2.28 | 293 | 10/21/2024 |
4.2.27 | 252 | 10/17/2024 |
4.2.26 | 232 | 10/14/2024 |
4.2.25 | 496 | 10/1/2024 |
4.2.24 | 217 | 9/27/2024 |
4.2.23 | 227 | 9/27/2024 |
4.2.22 | 251 | 9/26/2024 |
4.2.21 | 298 | 9/24/2024 |
4.2.20 | 319 | 9/17/2024 |
4.2.19 | 350 | 9/2/2024 |
4.2.18 | 1,002 | 8/9/2024 |
4.2.17 | 250 | 8/7/2024 |
4.2.16 | 250 | 7/31/2024 |
4.2.15 | 229 | 7/26/2024 |
4.2.14 | 322 | 7/2/2024 |
4.2.13 | 228 | 6/26/2024 |
4.2.12 | 265 | 6/14/2024 |
4.2.11 | 287 | 6/5/2024 |
4.2.10 | 258 | 5/28/2024 |
4.2.9 | 231 | 5/23/2024 |
4.2.8 | 261 | 5/21/2024 |
4.2.7 | 246 | 5/14/2024 |
4.2.6 | 226 | 5/8/2024 |
4.2.5 | 334 | 4/26/2024 |
4.2.4 | 286 | 4/15/2024 |
4.2.3 | 211 | 4/11/2024 |
4.2.2 | 280 | 4/4/2024 |
4.2.1 | 254 | 3/28/2024 |
4.2.0 | 240 | 3/21/2024 |
4.1.13 | 251 | 3/8/2024 |
4.1.12 | 262 | 2/26/2024 |
4.1.11 | 229 | 2/20/2024 |
4.1.10 | 245 | 2/15/2024 |
4.1.9 | 265 | 2/9/2024 |
4.1.8 | 221 | 2/6/2024 |
4.1.7 | 224 | 1/29/2024 |
4.1.6 | 213 | 1/29/2024 |
4.1.5 | 262 | 1/26/2024 |
4.1.4 | 252 | 1/11/2024 |
4.1.3 | 527 | 12/27/2023 |
4.1.2 | 297 | 12/11/2023 |
4.1.1 | 223 | 12/11/2023 |
4.1.0 | 297 | 12/8/2023 |
4.0.13 | 225 | 11/30/2023 |
4.0.12 | 222 | 11/28/2023 |
4.0.11 | 267 | 11/21/2023 |
4.0.10 | 249 | 11/13/2023 |
4.0.9 | 200 | 11/10/2023 |
4.0.8 | 191 | 11/6/2023 |
4.0.7 | 232 | 11/3/2023 |
4.0.5 | 243 | 11/1/2023 |
4.0.4 | 260 | 10/20/2023 |
4.0.3 | 254 | 10/11/2023 |
4.0.2 | 240 | 10/5/2023 |
4.0.1 | 477 | 9/20/2023 |
4.0.0 | 346 | 9/5/2023 |
3.0.26 | 262 | 8/30/2023 |
3.0.25 | 296 | 8/15/2023 |
3.0.24 | 279 | 7/28/2023 |
3.0.23 | 274 | 7/20/2023 |
3.0.22 | 276 | 7/18/2023 |
3.0.21 | 249 | 7/11/2023 |
3.0.20 | 270 | 6/28/2023 |
3.0.19 | 232 | 6/28/2023 |
3.0.18 | 243 | 6/27/2023 |
3.0.17 | 270 | 6/23/2023 |
3.0.16 | 258 | 6/23/2023 |
3.0.15 | 274 | 6/16/2023 |
3.0.14 | 288 | 6/2/2023 |
3.0.13 | 262 | 6/1/2023 |
3.0.12 | 286 | 5/26/2023 |
3.0.11 | 278 | 5/25/2023 |
3.0.10 | 268 | 5/25/2023 |
3.0.9 | 277 | 5/16/2023 |
3.0.8 | 278 | 5/12/2023 |
3.0.7 | 317 | 5/4/2023 |
3.0.6 | 348 | 4/17/2023 |
3.0.5 | 363 | 4/12/2023 |
3.0.4 | 344 | 4/3/2023 |
3.0.3 | 330 | 3/30/2023 |
3.0.2 | 357 | 3/23/2023 |
3.0.1 | 369 | 3/21/2023 |
3.0.0 | 356 | 3/21/2023 |
2.2.28 | 380 | 3/15/2023 |
2.2.27 | 407 | 3/8/2023 |
2.2.26 | 406 | 3/3/2023 |
2.2.25 | 397 | 3/1/2023 |
2.2.24 | 392 | 2/27/2023 |
2.2.23 | 388 | 2/23/2023 |
2.2.22 | 414 | 2/15/2023 |
2.2.21 | 427 | 2/13/2023 |
2.2.20 | 453 | 2/2/2023 |
2.2.19 | 458 | 2/2/2023 |
2.2.18 | 471 | 1/27/2023 |
2.2.17 | 483 | 1/23/2023 |
2.2.16 | 446 | 1/19/2023 |
2.2.15 | 452 | 1/13/2023 |
2.2.14 | 457 | 1/13/2023 |
2.2.13 | 469 | 1/2/2023 |
2.2.12 | 441 | 12/28/2022 |
2.2.11 | 418 | 12/21/2022 |
2.2.10 | 413 | 12/19/2022 |
2.2.9 | 435 | 12/15/2022 |
2.2.8 | 444 | 12/14/2022 |
2.2.7 | 460 | 12/8/2022 |
2.2.6 | 464 | 12/6/2022 |
2.2.5 | 505 | 11/22/2022 |
2.2.4 | 475 | 11/14/2022 |
2.2.3 | 484 | 11/9/2022 |
2.2.2 | 493 | 11/1/2022 |
2.2.1 | 552 | 10/31/2022 |
2.2.0 | 550 | 10/28/2022 |
2.1.29 | 591 | 10/20/2022 |
2.1.28 | 576 | 10/19/2022 |
2.1.27 | 557 | 10/10/2022 |
2.1.26 | 547 | 10/6/2022 |
2.1.25 | 559 | 10/6/2022 |
2.1.24 | 543 | 10/5/2022 |
2.1.23 | 592 | 9/30/2022 |
2.1.22 | 604 | 9/29/2022 |
2.1.21 | 623 | 9/21/2022 |
2.1.20 | 591 | 9/20/2022 |
2.1.19 | 601 | 9/19/2022 |
2.1.18 | 611 | 9/16/2022 |
2.1.17 | 614 | 9/15/2022 |
2.1.16 | 559 | 8/29/2022 |
2.1.15 | 614 | 8/18/2022 |
2.1.14 | 651 | 8/9/2022 |
2.1.13 | 653 | 8/3/2022 |
2.1.12 | 648 | 8/2/2022 |
2.1.11 | 643 | 7/28/2022 |
2.1.10 | 629 | 7/27/2022 |
2.1.9 | 635 | 7/26/2022 |
2.1.8 | 644 | 7/21/2022 |
2.1.7 | 622 | 7/20/2022 |
2.1.6 | 631 | 7/19/2022 |
2.1.5 | 631 | 7/15/2022 |
2.1.4 | 640 | 6/28/2022 |
2.1.3 | 654 | 6/24/2022 |
2.1.2 | 600 | 6/22/2022 |
2.1.1 | 647 | 6/22/2022 |
2.1.0 | 631 | 6/16/2022 |
2.0.5 | 663 | 6/13/2022 |
2.0.4 | 680 | 6/2/2022 |
2.0.3 | 652 | 6/1/2022 |
2.0.2 | 616 | 5/31/2022 |
2.0.1 | 662 | 5/27/2022 |
2.0.0 | 650 | 5/27/2022 |
1.5.2 | 684 | 5/24/2022 |
1.5.1 | 678 | 5/20/2022 |
1.5.0 | 655 | 5/17/2022 |
1.4.276 | 659 | 5/16/2022 |
1.4.28 | 641 | 5/17/2022 |
1.4.26 | 656 | 5/12/2022 |
1.4.25 | 643 | 5/10/2022 |
1.4.24 | 617 | 5/5/2022 |
1.4.23 | 648 | 5/3/2022 |
1.4.22 | 674 | 5/2/2022 |
1.4.21 | 674 | 4/28/2022 |
1.4.20 | 653 | 4/26/2022 |
1.4.19 | 697 | 4/26/2022 |
1.4.18 | 724 | 4/25/2022 |
1.4.17 | 694 | 4/21/2022 |
1.4.16 | 701 | 4/21/2022 |
1.4.15 | 679 | 4/21/2022 |
1.4.14 | 710 | 4/20/2022 |
1.4.13 | 705 | 4/20/2022 |
1.4.12 | 676 | 4/19/2022 |
1.4.11 | 722 | 4/15/2022 |
1.4.10 | 704 | 4/13/2022 |
1.4.9 | 688 | 4/13/2022 |
1.4.8 | 685 | 4/12/2022 |
1.4.7 | 685 | 4/8/2022 |
1.4.6 | 677 | 4/8/2022 |
1.4.5 | 699 | 4/7/2022 |
1.4.4 | 682 | 4/6/2022 |
1.4.3 | 745 | 4/6/2022 |
1.4.2 | 714 | 4/6/2022 |
1.4.1 | 695 | 4/5/2022 |
1.4.0 | 735 | 4/1/2022 |
1.3.7 | 712 | 3/31/2022 |
1.3.6 | 674 | 3/31/2022 |
1.3.5 | 701 | 3/31/2022 |
1.3.4 | 714 | 3/29/2022 |
1.3.3 | 703 | 3/21/2022 |
1.3.2 | 712 | 3/15/2022 |
1.3.1 | 753 | 3/10/2022 |
1.3.0 | 746 | 3/10/2022 |
1.2.10 | 737 | 3/8/2022 |
1.2.9 | 738 | 3/8/2022 |
1.2.8 | 693 | 3/7/2022 |
1.2.7 | 692 | 3/3/2022 |
1.2.6 | 714 | 3/3/2022 |
1.2.5 | 708 | 3/1/2022 |
1.2.4 | 754 | 2/24/2022 |
1.2.3 | 703 | 2/23/2022 |
1.2.2 | 725 | 2/23/2022 |
1.2.1 | 709 | 2/23/2022 |
1.2.0 | 707 | 2/22/2022 |
1.1.5 | 704 | 2/18/2022 |
1.1.4 | 720 | 2/18/2022 |
1.1.3 | 732 | 2/17/2022 |
1.1.2 | 760 | 2/10/2022 |
1.1.1 | 781 | 2/8/2022 |
1.1.0 | 737 | 2/2/2022 |
1.0.7 | 737 | 1/28/2022 |
1.0.6.1 | 748 | 1/21/2022 |
1.0.6 | 765 | 1/20/2022 |
1.0.5 | 793 | 1/19/2022 |
1.0.4 | 678 | 1/11/2022 |
1.0.3 | 491 | 1/6/2022 |
1.0.2 | 498 | 1/6/2022 |