GeeksCoreLibrary 5.3.2507.6
See the version list below for details.
dotnet add package GeeksCoreLibrary --version 5.3.2507.6
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2507.6
<PackageReference Include="GeeksCoreLibrary" Version="5.3.2507.6" />
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2507.6" />
<PackageReference Include="GeeksCoreLibrary" />
paket add GeeksCoreLibrary --version 5.3.2507.6
#r "nuget: GeeksCoreLibrary, 5.3.2507.6"
#:package GeeksCoreLibrary@5.3.2507.6
#addin nuget:?package=GeeksCoreLibrary&version=5.3.2507.6
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2507.6
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.11.0)
- CsvHelper (>= 33.1.0)
- DocumentFormat.OpenXml (>= 3.3.0)
- FluentFTP (>= 53.0.1)
- GoogleAuthenticator (>= 3.2.0)
- HtmlAgilityPack (>= 1.12.1)
- JetBrains.Annotations (>= 2024.3.0)
- LazyCache.AspNetCore (>= 2.4.0)
- Magick.NET-Q8-x64 (>= 14.7.0)
- MailKit (>= 4.13.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 9.0.7)
- 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 | 629 | 8/21/2025 |
5.3.2507.6 | 672 | 7/31/2025 |
5.3.2507.5 | 590 | 7/23/2025 |
5.3.2507.4 | 375 | 7/17/2025 |
5.3.2507.3 | 510 | 7/10/2025 |
5.3.2507.2 | 518 | 7/4/2025 |
5.3.2507.1 | 408 | 7/1/2025 |
5.3.2506.8 | 519 | 6/24/2025 |
5.3.2506.7 | 368 | 6/23/2025 |
5.3.2506.6 | 496 | 6/18/2025 |
5.3.2506.5 | 603 | 6/12/2025 |
5.3.2506.4 | 494 | 6/11/2025 |
5.3.2506.3 | 470 | 6/5/2025 |
5.3.2506.2 | 322 | 6/5/2025 |
5.3.2506.1 | 399 | 6/3/2025 |
5.3.2505.1 | 1,224 | 5/1/2025 |
5.3.2504.4 | 336 | 4/30/2025 |
5.3.2504.3 | 590 | 4/24/2025 |
5.3.2504.2 | 500 | 4/18/2025 |
5.3.2504.1 | 515 | 4/15/2025 |
5.3.2503.3 | 886 | 4/3/2025 |
5.3.2503.2 | 964 | 3/24/2025 |
5.3.2503.1 | 648 | 3/24/2025 |
5.2.2503.4 | 912 | 3/11/2025 |
5.2.2503.3 | 370 | 3/11/2025 |
5.2.2503.2 | 284 | 3/11/2025 |
5.2.2503.1 | 626 | 3/5/2025 |
5.1.2503.2 | 379 | 3/4/2025 |
5.1.2503.1 | 341 | 3/4/2025 |
5.1.2502.2 | 469 | 2/24/2025 |
5.1.2502.1 | 431 | 2/19/2025 |
5.0.2502.2 | 584 | 2/10/2025 |
5.0.2502.1 | 1,881 | 2/4/2025 |
5.0.2501.7 | 464 | 2/4/2025 |
5.0.2501.6 | 1,391 | 1/31/2025 |
5.0.2501.5 | 858 | 1/27/2025 |
5.0.2501.4 | 363 | 1/27/2025 |
5.0.2501.3 | 519 | 1/21/2025 |
5.0.2501.2 | 447 | 1/17/2025 |
5.0.2501.1 | 384 | 1/17/2025 |
4.4.1 | 343 | 1/7/2025 |
4.4.0 | 422 | 12/18/2024 |
4.3.4 | 321 | 12/11/2024 |
4.3.3 | 204 | 12/10/2024 |
4.3.2 | 172 | 12/9/2024 |
4.3.0 | 610 | 11/25/2024 |
4.2.34 | 295 | 11/20/2024 |
4.2.33 | 275 | 11/12/2024 |
4.2.32 | 190 | 11/12/2024 |
4.2.31 | 419 | 11/1/2024 |
4.2.30 | 209 | 11/1/2024 |
4.2.29 | 322 | 10/29/2024 |
4.2.28 | 258 | 10/21/2024 |
4.2.27 | 219 | 10/17/2024 |
4.2.26 | 209 | 10/14/2024 |
4.2.25 | 463 | 10/1/2024 |
4.2.24 | 176 | 9/27/2024 |
4.2.23 | 195 | 9/27/2024 |
4.2.22 | 214 | 9/26/2024 |
4.2.21 | 253 | 9/24/2024 |
4.2.20 | 264 | 9/17/2024 |
4.2.19 | 302 | 9/2/2024 |
4.2.18 | 980 | 8/9/2024 |
4.2.17 | 217 | 8/7/2024 |
4.2.16 | 193 | 7/31/2024 |
4.2.15 | 195 | 7/26/2024 |
4.2.14 | 279 | 7/2/2024 |
4.2.13 | 200 | 6/26/2024 |
4.2.12 | 234 | 6/14/2024 |
4.2.11 | 254 | 6/5/2024 |
4.2.10 | 222 | 5/28/2024 |
4.2.9 | 197 | 5/23/2024 |
4.2.8 | 228 | 5/21/2024 |
4.2.7 | 198 | 5/14/2024 |
4.2.6 | 193 | 5/8/2024 |
4.2.5 | 287 | 4/26/2024 |
4.2.4 | 253 | 4/15/2024 |
4.2.3 | 181 | 4/11/2024 |
4.2.2 | 235 | 4/4/2024 |
4.2.1 | 222 | 3/28/2024 |
4.2.0 | 197 | 3/21/2024 |
4.1.13 | 215 | 3/8/2024 |
4.1.12 | 229 | 2/26/2024 |
4.1.11 | 197 | 2/20/2024 |
4.1.10 | 207 | 2/15/2024 |
4.1.9 | 229 | 2/9/2024 |
4.1.8 | 194 | 2/6/2024 |
4.1.7 | 195 | 1/29/2024 |
4.1.6 | 175 | 1/29/2024 |
4.1.5 | 230 | 1/26/2024 |
4.1.4 | 212 | 1/11/2024 |
4.1.3 | 485 | 12/27/2023 |
4.1.2 | 264 | 12/11/2023 |
4.1.1 | 181 | 12/11/2023 |
4.1.0 | 258 | 12/8/2023 |
4.0.13 | 191 | 11/30/2023 |
4.0.12 | 189 | 11/28/2023 |
4.0.11 | 223 | 11/21/2023 |
4.0.10 | 225 | 11/13/2023 |
4.0.9 | 170 | 11/10/2023 |
4.0.8 | 172 | 11/6/2023 |
4.0.7 | 196 | 11/3/2023 |
4.0.5 | 216 | 11/1/2023 |
4.0.4 | 231 | 10/20/2023 |
4.0.3 | 224 | 10/11/2023 |
4.0.2 | 207 | 10/5/2023 |
4.0.1 | 407 | 9/20/2023 |
4.0.0 | 330 | 9/5/2023 |
3.0.26 | 233 | 8/30/2023 |
3.0.25 | 269 | 8/15/2023 |
3.0.24 | 251 | 7/28/2023 |
3.0.23 | 245 | 7/20/2023 |
3.0.22 | 237 | 7/18/2023 |
3.0.21 | 233 | 7/11/2023 |
3.0.20 | 252 | 6/28/2023 |
3.0.19 | 213 | 6/28/2023 |
3.0.18 | 224 | 6/27/2023 |
3.0.17 | 235 | 6/23/2023 |
3.0.16 | 221 | 6/23/2023 |
3.0.15 | 232 | 6/16/2023 |
3.0.14 | 262 | 6/2/2023 |
3.0.13 | 232 | 6/1/2023 |
3.0.12 | 245 | 5/26/2023 |
3.0.11 | 239 | 5/25/2023 |
3.0.10 | 237 | 5/25/2023 |
3.0.9 | 256 | 5/16/2023 |
3.0.8 | 241 | 5/12/2023 |
3.0.7 | 285 | 5/4/2023 |
3.0.6 | 313 | 4/17/2023 |
3.0.5 | 321 | 4/12/2023 |
3.0.4 | 318 | 4/3/2023 |
3.0.3 | 296 | 3/30/2023 |
3.0.2 | 328 | 3/23/2023 |
3.0.1 | 326 | 3/21/2023 |
3.0.0 | 320 | 3/21/2023 |
2.2.28 | 340 | 3/15/2023 |
2.2.27 | 365 | 3/8/2023 |
2.2.26 | 364 | 3/3/2023 |
2.2.25 | 363 | 3/1/2023 |
2.2.24 | 352 | 2/27/2023 |
2.2.23 | 363 | 2/23/2023 |
2.2.22 | 374 | 2/15/2023 |
2.2.21 | 387 | 2/13/2023 |
2.2.20 | 409 | 2/2/2023 |
2.2.19 | 417 | 2/2/2023 |
2.2.18 | 429 | 1/27/2023 |
2.2.17 | 451 | 1/23/2023 |
2.2.16 | 404 | 1/19/2023 |
2.2.15 | 427 | 1/13/2023 |
2.2.14 | 419 | 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 | 394 | 12/15/2022 |
2.2.8 | 422 | 12/14/2022 |
2.2.7 | 420 | 12/8/2022 |
2.2.6 | 423 | 12/6/2022 |
2.2.5 | 482 | 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 | 508 | 10/31/2022 |
2.2.0 | 516 | 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 | 509 | 10/5/2022 |
2.1.23 | 560 | 9/30/2022 |
2.1.22 | 560 | 9/29/2022 |
2.1.21 | 587 | 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 | 582 | 9/15/2022 |
2.1.16 | 533 | 8/29/2022 |
2.1.15 | 578 | 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 | 597 | 7/28/2022 |
2.1.10 | 589 | 7/27/2022 |
2.1.9 | 591 | 7/26/2022 |
2.1.8 | 603 | 7/21/2022 |
2.1.7 | 575 | 7/20/2022 |
2.1.6 | 584 | 7/19/2022 |
2.1.5 | 595 | 7/15/2022 |
2.1.4 | 598 | 6/28/2022 |
2.1.3 | 607 | 6/24/2022 |
2.1.2 | 585 | 6/22/2022 |
2.1.1 | 600 | 6/22/2022 |
2.1.0 | 606 | 6/16/2022 |
2.0.5 | 618 | 6/13/2022 |
2.0.4 | 645 | 6/2/2022 |
2.0.3 | 613 | 6/1/2022 |
2.0.2 | 581 | 5/31/2022 |
2.0.1 | 622 | 5/27/2022 |
2.0.0 | 617 | 5/27/2022 |
1.5.2 | 652 | 5/24/2022 |
1.5.1 | 636 | 5/20/2022 |
1.5.0 | 623 | 5/17/2022 |
1.4.276 | 615 | 5/16/2022 |
1.4.28 | 597 | 5/17/2022 |
1.4.26 | 634 | 5/12/2022 |
1.4.25 | 620 | 5/10/2022 |
1.4.24 | 593 | 5/5/2022 |
1.4.23 | 615 | 5/3/2022 |
1.4.22 | 650 | 5/2/2022 |
1.4.21 | 641 | 4/28/2022 |
1.4.20 | 619 | 4/26/2022 |
1.4.19 | 654 | 4/26/2022 |
1.4.18 | 669 | 4/25/2022 |
1.4.17 | 657 | 4/21/2022 |
1.4.16 | 667 | 4/21/2022 |
1.4.15 | 644 | 4/21/2022 |
1.4.14 | 665 | 4/20/2022 |
1.4.13 | 671 | 4/20/2022 |
1.4.12 | 644 | 4/19/2022 |
1.4.11 | 686 | 4/15/2022 |
1.4.10 | 671 | 4/13/2022 |
1.4.9 | 654 | 4/13/2022 |
1.4.8 | 654 | 4/12/2022 |
1.4.7 | 654 | 4/8/2022 |
1.4.6 | 655 | 4/8/2022 |
1.4.5 | 659 | 4/7/2022 |
1.4.4 | 650 | 4/6/2022 |
1.4.3 | 706 | 4/6/2022 |
1.4.2 | 675 | 4/6/2022 |
1.4.1 | 655 | 4/5/2022 |
1.4.0 | 696 | 4/1/2022 |
1.3.7 | 680 | 3/31/2022 |
1.3.6 | 635 | 3/31/2022 |
1.3.5 | 671 | 3/31/2022 |
1.3.4 | 675 | 3/29/2022 |
1.3.3 | 675 | 3/21/2022 |
1.3.2 | 681 | 3/15/2022 |
1.3.1 | 724 | 3/10/2022 |
1.3.0 | 703 | 3/10/2022 |
1.2.10 | 694 | 3/8/2022 |
1.2.9 | 693 | 3/8/2022 |
1.2.8 | 660 | 3/7/2022 |
1.2.7 | 670 | 3/3/2022 |
1.2.6 | 683 | 3/3/2022 |
1.2.5 | 684 | 3/1/2022 |
1.2.4 | 722 | 2/24/2022 |
1.2.3 | 675 | 2/23/2022 |
1.2.2 | 704 | 2/23/2022 |
1.2.1 | 678 | 2/23/2022 |
1.2.0 | 674 | 2/22/2022 |
1.1.5 | 671 | 2/18/2022 |
1.1.4 | 698 | 2/18/2022 |
1.1.3 | 708 | 2/17/2022 |
1.1.2 | 722 | 2/10/2022 |
1.1.1 | 737 | 2/8/2022 |
1.1.0 | 715 | 2/2/2022 |
1.0.7 | 708 | 1/28/2022 |
1.0.6.1 | 707 | 1/21/2022 |
1.0.6 | 732 | 1/20/2022 |
1.0.5 | 762 | 1/19/2022 |
1.0.4 | 638 | 1/11/2022 |
1.0.3 | 459 | 1/6/2022 |
1.0.2 | 456 | 1/6/2022 |