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 | 121 | 8/21/2025 |
5.3.2507.6 | 505 | 7/31/2025 |
5.3.2507.5 | 545 | 7/23/2025 |
5.3.2507.4 | 259 | 7/17/2025 |
5.3.2507.3 | 464 | 7/10/2025 |
5.3.2507.2 | 489 | 7/4/2025 |
5.3.2507.1 | 381 | 7/1/2025 |
5.3.2506.8 | 492 | 6/24/2025 |
5.3.2506.7 | 340 | 6/23/2025 |
5.3.2506.6 | 468 | 6/18/2025 |
5.3.2506.5 | 578 | 6/12/2025 |
5.3.2506.4 | 468 | 6/11/2025 |
5.3.2506.3 | 446 | 6/5/2025 |
5.3.2506.2 | 298 | 6/5/2025 |
5.3.2506.1 | 373 | 6/3/2025 |
5.3.2505.1 | 1,200 | 5/1/2025 |
5.3.2504.4 | 330 | 4/30/2025 |
5.3.2504.3 | 583 | 4/24/2025 |
5.3.2504.2 | 494 | 4/18/2025 |
5.3.2504.1 | 508 | 4/15/2025 |
5.3.2503.3 | 879 | 4/3/2025 |
5.3.2503.2 | 957 | 3/24/2025 |
5.3.2503.1 | 641 | 3/24/2025 |
5.2.2503.4 | 905 | 3/11/2025 |
5.2.2503.3 | 363 | 3/11/2025 |
5.2.2503.2 | 277 | 3/11/2025 |
5.2.2503.1 | 618 | 3/5/2025 |
5.1.2503.2 | 370 | 3/4/2025 |
5.1.2503.1 | 334 | 3/4/2025 |
5.1.2502.2 | 460 | 2/24/2025 |
5.1.2502.1 | 423 | 2/19/2025 |
5.0.2502.2 | 577 | 2/10/2025 |
5.0.2502.1 | 1,875 | 2/4/2025 |
5.0.2501.7 | 458 | 2/4/2025 |
5.0.2501.6 | 1,385 | 1/31/2025 |
5.0.2501.5 | 849 | 1/27/2025 |
5.0.2501.4 | 355 | 1/27/2025 |
5.0.2501.3 | 512 | 1/21/2025 |
5.0.2501.2 | 441 | 1/17/2025 |
5.0.2501.1 | 377 | 1/17/2025 |
4.4.1 | 337 | 1/7/2025 |
4.4.0 | 416 | 12/18/2024 |
4.3.4 | 315 | 12/11/2024 |
4.3.3 | 198 | 12/10/2024 |
4.3.2 | 166 | 12/9/2024 |
4.3.0 | 604 | 11/25/2024 |
4.2.34 | 289 | 11/20/2024 |
4.2.33 | 267 | 11/12/2024 |
4.2.32 | 184 | 11/12/2024 |
4.2.31 | 409 | 11/1/2024 |
4.2.30 | 202 | 11/1/2024 |
4.2.29 | 316 | 10/29/2024 |
4.2.28 | 252 | 10/21/2024 |
4.2.27 | 211 | 10/17/2024 |
4.2.26 | 203 | 10/14/2024 |
4.2.25 | 457 | 10/1/2024 |
4.2.24 | 168 | 9/27/2024 |
4.2.23 | 189 | 9/27/2024 |
4.2.22 | 203 | 9/26/2024 |
4.2.21 | 247 | 9/24/2024 |
4.2.20 | 257 | 9/17/2024 |
4.2.19 | 294 | 9/2/2024 |
4.2.18 | 974 | 8/9/2024 |
4.2.17 | 211 | 8/7/2024 |
4.2.16 | 187 | 7/31/2024 |
4.2.15 | 188 | 7/26/2024 |
4.2.14 | 273 | 7/2/2024 |
4.2.13 | 194 | 6/26/2024 |
4.2.12 | 228 | 6/14/2024 |
4.2.11 | 245 | 6/5/2024 |
4.2.10 | 216 | 5/28/2024 |
4.2.9 | 191 | 5/23/2024 |
4.2.8 | 222 | 5/21/2024 |
4.2.7 | 190 | 5/14/2024 |
4.2.6 | 187 | 5/8/2024 |
4.2.5 | 280 | 4/26/2024 |
4.2.4 | 247 | 4/15/2024 |
4.2.3 | 171 | 4/11/2024 |
4.2.2 | 227 | 4/4/2024 |
4.2.1 | 216 | 3/28/2024 |
4.2.0 | 190 | 3/21/2024 |
4.1.13 | 209 | 3/8/2024 |
4.1.12 | 221 | 2/26/2024 |
4.1.11 | 191 | 2/20/2024 |
4.1.10 | 199 | 2/15/2024 |
4.1.9 | 221 | 2/9/2024 |
4.1.8 | 186 | 2/6/2024 |
4.1.7 | 185 | 1/29/2024 |
4.1.6 | 168 | 1/29/2024 |
4.1.5 | 223 | 1/26/2024 |
4.1.4 | 204 | 1/11/2024 |
4.1.3 | 479 | 12/27/2023 |
4.1.2 | 258 | 12/11/2023 |
4.1.1 | 175 | 12/11/2023 |
4.1.0 | 250 | 12/8/2023 |
4.0.13 | 190 | 11/30/2023 |
4.0.12 | 188 | 11/28/2023 |
4.0.11 | 222 | 11/21/2023 |
4.0.10 | 224 | 11/13/2023 |
4.0.9 | 169 | 11/10/2023 |
4.0.8 | 170 | 11/6/2023 |
4.0.7 | 194 | 11/3/2023 |
4.0.5 | 216 | 11/1/2023 |
4.0.4 | 231 | 10/20/2023 |
4.0.3 | 223 | 10/11/2023 |
4.0.2 | 205 | 10/5/2023 |
4.0.1 | 406 | 9/20/2023 |
4.0.0 | 328 | 9/5/2023 |
3.0.26 | 231 | 8/30/2023 |
3.0.25 | 267 | 8/15/2023 |
3.0.24 | 246 | 7/28/2023 |
3.0.23 | 242 | 7/20/2023 |
3.0.22 | 234 | 7/18/2023 |
3.0.21 | 231 | 7/11/2023 |
3.0.20 | 248 | 6/28/2023 |
3.0.19 | 211 | 6/28/2023 |
3.0.18 | 222 | 6/27/2023 |
3.0.17 | 232 | 6/23/2023 |
3.0.16 | 218 | 6/23/2023 |
3.0.15 | 230 | 6/16/2023 |
3.0.14 | 259 | 6/2/2023 |
3.0.13 | 230 | 6/1/2023 |
3.0.12 | 241 | 5/26/2023 |
3.0.11 | 236 | 5/25/2023 |
3.0.10 | 235 | 5/25/2023 |
3.0.9 | 254 | 5/16/2023 |
3.0.8 | 239 | 5/12/2023 |
3.0.7 | 283 | 5/4/2023 |
3.0.6 | 311 | 4/17/2023 |
3.0.5 | 317 | 4/12/2023 |
3.0.4 | 313 | 4/3/2023 |
3.0.3 | 296 | 3/30/2023 |
3.0.2 | 328 | 3/23/2023 |
3.0.1 | 324 | 3/21/2023 |
3.0.0 | 318 | 3/21/2023 |
2.2.28 | 338 | 3/15/2023 |
2.2.27 | 364 | 3/8/2023 |
2.2.26 | 364 | 3/3/2023 |
2.2.25 | 363 | 3/1/2023 |
2.2.24 | 351 | 2/27/2023 |
2.2.23 | 363 | 2/23/2023 |
2.2.22 | 371 | 2/15/2023 |
2.2.21 | 387 | 2/13/2023 |
2.2.20 | 409 | 2/2/2023 |
2.2.19 | 414 | 2/2/2023 |
2.2.18 | 429 | 1/27/2023 |
2.2.17 | 451 | 1/23/2023 |
2.2.16 | 403 | 1/19/2023 |
2.2.15 | 425 | 1/13/2023 |
2.2.14 | 417 | 1/13/2023 |
2.2.13 | 435 | 1/2/2023 |
2.2.12 | 408 | 12/28/2022 |
2.2.11 | 384 | 12/21/2022 |
2.2.10 | 380 | 12/19/2022 |
2.2.9 | 392 | 12/15/2022 |
2.2.8 | 422 | 12/14/2022 |
2.2.7 | 418 | 12/8/2022 |
2.2.6 | 422 | 12/6/2022 |
2.2.5 | 480 | 11/22/2022 |
2.2.4 | 451 | 11/14/2022 |
2.2.3 | 468 | 11/9/2022 |
2.2.2 | 468 | 11/1/2022 |
2.2.1 | 506 | 10/31/2022 |
2.2.0 | 515 | 10/28/2022 |
2.1.29 | 557 | 10/20/2022 |
2.1.28 | 542 | 10/19/2022 |
2.1.27 | 531 | 10/10/2022 |
2.1.26 | 508 | 10/6/2022 |
2.1.25 | 525 | 10/6/2022 |
2.1.24 | 507 | 10/5/2022 |
2.1.23 | 558 | 9/30/2022 |
2.1.22 | 560 | 9/29/2022 |
2.1.21 | 586 | 9/21/2022 |
2.1.20 | 555 | 9/20/2022 |
2.1.19 | 577 | 9/19/2022 |
2.1.18 | 575 | 9/16/2022 |
2.1.17 | 581 | 9/15/2022 |
2.1.16 | 533 | 8/29/2022 |
2.1.15 | 576 | 8/18/2022 |
2.1.14 | 606 | 8/9/2022 |
2.1.13 | 603 | 8/3/2022 |
2.1.12 | 612 | 8/2/2022 |
2.1.11 | 595 | 7/28/2022 |
2.1.10 | 585 | 7/27/2022 |
2.1.9 | 590 | 7/26/2022 |
2.1.8 | 601 | 7/21/2022 |
2.1.7 | 575 | 7/20/2022 |
2.1.6 | 579 | 7/19/2022 |
2.1.5 | 595 | 7/15/2022 |
2.1.4 | 597 | 6/28/2022 |
2.1.3 | 607 | 6/24/2022 |
2.1.2 | 583 | 6/22/2022 |
2.1.1 | 599 | 6/22/2022 |
2.1.0 | 605 | 6/16/2022 |
2.0.5 | 616 | 6/13/2022 |
2.0.4 | 643 | 6/2/2022 |
2.0.3 | 610 | 6/1/2022 |
2.0.2 | 579 | 5/31/2022 |
2.0.1 | 619 | 5/27/2022 |
2.0.0 | 614 | 5/27/2022 |
1.5.2 | 647 | 5/24/2022 |
1.5.1 | 633 | 5/20/2022 |
1.5.0 | 621 | 5/17/2022 |
1.4.276 | 612 | 5/16/2022 |
1.4.28 | 593 | 5/17/2022 |
1.4.26 | 632 | 5/12/2022 |
1.4.25 | 618 | 5/10/2022 |
1.4.24 | 591 | 5/5/2022 |
1.4.23 | 613 | 5/3/2022 |
1.4.22 | 648 | 5/2/2022 |
1.4.21 | 638 | 4/28/2022 |
1.4.20 | 616 | 4/26/2022 |
1.4.19 | 650 | 4/26/2022 |
1.4.18 | 666 | 4/25/2022 |
1.4.17 | 654 | 4/21/2022 |
1.4.16 | 663 | 4/21/2022 |
1.4.15 | 642 | 4/21/2022 |
1.4.14 | 662 | 4/20/2022 |
1.4.13 | 669 | 4/20/2022 |
1.4.12 | 640 | 4/19/2022 |
1.4.11 | 684 | 4/15/2022 |
1.4.10 | 669 | 4/13/2022 |
1.4.9 | 652 | 4/13/2022 |
1.4.8 | 651 | 4/12/2022 |
1.4.7 | 650 | 4/8/2022 |
1.4.6 | 651 | 4/8/2022 |
1.4.5 | 654 | 4/7/2022 |
1.4.4 | 646 | 4/6/2022 |
1.4.3 | 701 | 4/6/2022 |
1.4.2 | 671 | 4/6/2022 |
1.4.1 | 649 | 4/5/2022 |
1.4.0 | 691 | 4/1/2022 |
1.3.7 | 676 | 3/31/2022 |
1.3.6 | 628 | 3/31/2022 |
1.3.5 | 667 | 3/31/2022 |
1.3.4 | 669 | 3/29/2022 |
1.3.3 | 670 | 3/21/2022 |
1.3.2 | 675 | 3/15/2022 |
1.3.1 | 720 | 3/10/2022 |
1.3.0 | 698 | 3/10/2022 |
1.2.10 | 690 | 3/8/2022 |
1.2.9 | 688 | 3/8/2022 |
1.2.8 | 655 | 3/7/2022 |
1.2.7 | 666 | 3/3/2022 |
1.2.6 | 679 | 3/3/2022 |
1.2.5 | 679 | 3/1/2022 |
1.2.4 | 718 | 2/24/2022 |
1.2.3 | 669 | 2/23/2022 |
1.2.2 | 700 | 2/23/2022 |
1.2.1 | 674 | 2/23/2022 |
1.2.0 | 670 | 2/22/2022 |
1.1.5 | 667 | 2/18/2022 |
1.1.4 | 692 | 2/18/2022 |
1.1.3 | 703 | 2/17/2022 |
1.1.2 | 718 | 2/10/2022 |
1.1.1 | 731 | 2/8/2022 |
1.1.0 | 711 | 2/2/2022 |
1.0.7 | 703 | 1/28/2022 |
1.0.6.1 | 703 | 1/21/2022 |
1.0.6 | 728 | 1/20/2022 |
1.0.5 | 755 | 1/19/2022 |
1.0.4 | 634 | 1/11/2022 |
1.0.3 | 453 | 1/6/2022 |
1.0.2 | 452 | 1/6/2022 |