GeeksCoreLibrary 5.3.2507.3
See the version list below for details.
dotnet add package GeeksCoreLibrary --version 5.3.2507.3
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2507.3
<PackageReference Include="GeeksCoreLibrary" Version="5.3.2507.3" />
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2507.3" />
<PackageReference Include="GeeksCoreLibrary" />
paket add GeeksCoreLibrary --version 5.3.2507.3
#r "nuget: GeeksCoreLibrary, 5.3.2507.3"
#:package GeeksCoreLibrary@5.3.2507.3
#addin nuget:?package=GeeksCoreLibrary&version=5.3.2507.3
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2507.3
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 (>= 52.1.0)
- GoogleAuthenticator (>= 3.2.0)
- HtmlAgilityPack (>= 1.12.1)
- JetBrains.Annotations (>= 2024.3.0)
- LazyCache.AspNetCore (>= 2.4.0)
- Magick.NET-Q8-x64 (>= 14.6.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.4)
- 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 | 669 | 8/21/2025 |
5.3.2507.6 | 674 | 7/31/2025 |
5.3.2507.5 | 592 | 7/23/2025 |
5.3.2507.4 | 403 | 7/17/2025 |
5.3.2507.3 | 515 | 7/10/2025 |
5.3.2507.2 | 521 | 7/4/2025 |
5.3.2507.1 | 411 | 7/1/2025 |
5.3.2506.8 | 522 | 6/24/2025 |
5.3.2506.7 | 373 | 6/23/2025 |
5.3.2506.6 | 500 | 6/18/2025 |
5.3.2506.5 | 606 | 6/12/2025 |
5.3.2506.4 | 498 | 6/11/2025 |
5.3.2506.3 | 473 | 6/5/2025 |
5.3.2506.2 | 327 | 6/5/2025 |
5.3.2506.1 | 403 | 6/3/2025 |
5.3.2505.1 | 1,227 | 5/1/2025 |
5.3.2504.4 | 338 | 4/30/2025 |
5.3.2504.3 | 593 | 4/24/2025 |
5.3.2504.2 | 502 | 4/18/2025 |
5.3.2504.1 | 517 | 4/15/2025 |
5.3.2503.3 | 888 | 4/3/2025 |
5.3.2503.2 | 967 | 3/24/2025 |
5.3.2503.1 | 650 | 3/24/2025 |
5.2.2503.4 | 914 | 3/11/2025 |
5.2.2503.3 | 373 | 3/11/2025 |
5.2.2503.2 | 286 | 3/11/2025 |
5.2.2503.1 | 629 | 3/5/2025 |
5.1.2503.2 | 382 | 3/4/2025 |
5.1.2503.1 | 343 | 3/4/2025 |
5.1.2502.2 | 472 | 2/24/2025 |
5.1.2502.1 | 434 | 2/19/2025 |
5.0.2502.2 | 586 | 2/10/2025 |
5.0.2502.1 | 1,884 | 2/4/2025 |
5.0.2501.7 | 466 | 2/4/2025 |
5.0.2501.6 | 1,393 | 1/31/2025 |
5.0.2501.5 | 860 | 1/27/2025 |
5.0.2501.4 | 365 | 1/27/2025 |
5.0.2501.3 | 522 | 1/21/2025 |
5.0.2501.2 | 449 | 1/17/2025 |
5.0.2501.1 | 386 | 1/17/2025 |
4.4.1 | 345 | 1/7/2025 |
4.4.0 | 424 | 12/18/2024 |
4.3.4 | 323 | 12/11/2024 |
4.3.3 | 206 | 12/10/2024 |
4.3.2 | 174 | 12/9/2024 |
4.3.0 | 612 | 11/25/2024 |
4.2.34 | 298 | 11/20/2024 |
4.2.33 | 277 | 11/12/2024 |
4.2.32 | 192 | 11/12/2024 |
4.2.31 | 421 | 11/1/2024 |
4.2.30 | 211 | 11/1/2024 |
4.2.29 | 324 | 10/29/2024 |
4.2.28 | 260 | 10/21/2024 |
4.2.27 | 221 | 10/17/2024 |
4.2.26 | 211 | 10/14/2024 |
4.2.25 | 466 | 10/1/2024 |
4.2.24 | 178 | 9/27/2024 |
4.2.23 | 197 | 9/27/2024 |
4.2.22 | 216 | 9/26/2024 |
4.2.21 | 255 | 9/24/2024 |
4.2.20 | 266 | 9/17/2024 |
4.2.19 | 305 | 9/2/2024 |
4.2.18 | 982 | 8/9/2024 |
4.2.17 | 219 | 8/7/2024 |
4.2.16 | 196 | 7/31/2024 |
4.2.15 | 197 | 7/26/2024 |
4.2.14 | 281 | 7/2/2024 |
4.2.13 | 202 | 6/26/2024 |
4.2.12 | 236 | 6/14/2024 |
4.2.11 | 257 | 6/5/2024 |
4.2.10 | 224 | 5/28/2024 |
4.2.9 | 199 | 5/23/2024 |
4.2.8 | 231 | 5/21/2024 |
4.2.7 | 201 | 5/14/2024 |
4.2.6 | 195 | 5/8/2024 |
4.2.5 | 289 | 4/26/2024 |
4.2.4 | 256 | 4/15/2024 |
4.2.3 | 184 | 4/11/2024 |
4.2.2 | 237 | 4/4/2024 |
4.2.1 | 224 | 3/28/2024 |
4.2.0 | 199 | 3/21/2024 |
4.1.13 | 217 | 3/8/2024 |
4.1.12 | 232 | 2/26/2024 |
4.1.11 | 199 | 2/20/2024 |
4.1.10 | 210 | 2/15/2024 |
4.1.9 | 231 | 2/9/2024 |
4.1.8 | 196 | 2/6/2024 |
4.1.7 | 197 | 1/29/2024 |
4.1.6 | 178 | 1/29/2024 |
4.1.5 | 232 | 1/26/2024 |
4.1.4 | 215 | 1/11/2024 |
4.1.3 | 487 | 12/27/2023 |
4.1.2 | 266 | 12/11/2023 |
4.1.1 | 183 | 12/11/2023 |
4.1.0 | 260 | 12/8/2023 |
4.0.13 | 191 | 11/30/2023 |
4.0.12 | 189 | 11/28/2023 |
4.0.11 | 224 | 11/21/2023 |
4.0.10 | 226 | 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 | 208 | 10/5/2023 |
4.0.1 | 407 | 9/20/2023 |
4.0.0 | 332 | 9/5/2023 |
3.0.26 | 235 | 8/30/2023 |
3.0.25 | 271 | 8/15/2023 |
3.0.24 | 253 | 7/28/2023 |
3.0.23 | 247 | 7/20/2023 |
3.0.22 | 239 | 7/18/2023 |
3.0.21 | 235 | 7/11/2023 |
3.0.20 | 254 | 6/28/2023 |
3.0.19 | 215 | 6/28/2023 |
3.0.18 | 226 | 6/27/2023 |
3.0.17 | 238 | 6/23/2023 |
3.0.16 | 223 | 6/23/2023 |
3.0.15 | 234 | 6/16/2023 |
3.0.14 | 264 | 6/2/2023 |
3.0.13 | 234 | 6/1/2023 |
3.0.12 | 250 | 5/26/2023 |
3.0.11 | 242 | 5/25/2023 |
3.0.10 | 240 | 5/25/2023 |
3.0.9 | 259 | 5/16/2023 |
3.0.8 | 244 | 5/12/2023 |
3.0.7 | 288 | 5/4/2023 |
3.0.6 | 316 | 4/17/2023 |
3.0.5 | 324 | 4/12/2023 |
3.0.4 | 321 | 4/3/2023 |
3.0.3 | 299 | 3/30/2023 |
3.0.2 | 332 | 3/23/2023 |
3.0.1 | 329 | 3/21/2023 |
3.0.0 | 323 | 3/21/2023 |
2.2.28 | 344 | 3/15/2023 |
2.2.27 | 369 | 3/8/2023 |
2.2.26 | 368 | 3/3/2023 |
2.2.25 | 367 | 3/1/2023 |
2.2.24 | 356 | 2/27/2023 |
2.2.23 | 368 | 2/23/2023 |
2.2.22 | 379 | 2/15/2023 |
2.2.21 | 391 | 2/13/2023 |
2.2.20 | 414 | 2/2/2023 |
2.2.19 | 422 | 2/2/2023 |
2.2.18 | 433 | 1/27/2023 |
2.2.17 | 455 | 1/23/2023 |
2.2.16 | 408 | 1/19/2023 |
2.2.15 | 431 | 1/13/2023 |
2.2.14 | 423 | 1/13/2023 |
2.2.13 | 439 | 1/2/2023 |
2.2.12 | 412 | 12/28/2022 |
2.2.11 | 388 | 12/21/2022 |
2.2.10 | 384 | 12/19/2022 |
2.2.9 | 398 | 12/15/2022 |
2.2.8 | 426 | 12/14/2022 |
2.2.7 | 424 | 12/8/2022 |
2.2.6 | 429 | 12/6/2022 |
2.2.5 | 486 | 11/22/2022 |
2.2.4 | 455 | 11/14/2022 |
2.2.3 | 472 | 11/9/2022 |
2.2.2 | 472 | 11/1/2022 |
2.2.1 | 513 | 10/31/2022 |
2.2.0 | 521 | 10/28/2022 |
2.1.29 | 561 | 10/20/2022 |
2.1.28 | 546 | 10/19/2022 |
2.1.27 | 535 | 10/10/2022 |
2.1.26 | 512 | 10/6/2022 |
2.1.25 | 530 | 10/6/2022 |
2.1.24 | 513 | 10/5/2022 |
2.1.23 | 564 | 9/30/2022 |
2.1.22 | 565 | 9/29/2022 |
2.1.21 | 591 | 9/21/2022 |
2.1.20 | 559 | 9/20/2022 |
2.1.19 | 581 | 9/19/2022 |
2.1.18 | 579 | 9/16/2022 |
2.1.17 | 586 | 9/15/2022 |
2.1.16 | 537 | 8/29/2022 |
2.1.15 | 582 | 8/18/2022 |
2.1.14 | 610 | 8/9/2022 |
2.1.13 | 607 | 8/3/2022 |
2.1.12 | 616 | 8/2/2022 |
2.1.11 | 601 | 7/28/2022 |
2.1.10 | 593 | 7/27/2022 |
2.1.9 | 595 | 7/26/2022 |
2.1.8 | 607 | 7/21/2022 |
2.1.7 | 579 | 7/20/2022 |
2.1.6 | 588 | 7/19/2022 |
2.1.5 | 599 | 7/15/2022 |
2.1.4 | 602 | 6/28/2022 |
2.1.3 | 612 | 6/24/2022 |
2.1.2 | 589 | 6/22/2022 |
2.1.1 | 604 | 6/22/2022 |
2.1.0 | 610 | 6/16/2022 |
2.0.5 | 622 | 6/13/2022 |
2.0.4 | 647 | 6/2/2022 |
2.0.3 | 616 | 6/1/2022 |
2.0.2 | 583 | 5/31/2022 |
2.0.1 | 624 | 5/27/2022 |
2.0.0 | 619 | 5/27/2022 |
1.5.2 | 654 | 5/24/2022 |
1.5.1 | 639 | 5/20/2022 |
1.5.0 | 625 | 5/17/2022 |
1.4.276 | 617 | 5/16/2022 |
1.4.28 | 600 | 5/17/2022 |
1.4.26 | 636 | 5/12/2022 |
1.4.25 | 623 | 5/10/2022 |
1.4.24 | 595 | 5/5/2022 |
1.4.23 | 617 | 5/3/2022 |
1.4.22 | 652 | 5/2/2022 |
1.4.21 | 643 | 4/28/2022 |
1.4.20 | 621 | 4/26/2022 |
1.4.19 | 656 | 4/26/2022 |
1.4.18 | 671 | 4/25/2022 |
1.4.17 | 659 | 4/21/2022 |
1.4.16 | 670 | 4/21/2022 |
1.4.15 | 647 | 4/21/2022 |
1.4.14 | 667 | 4/20/2022 |
1.4.13 | 673 | 4/20/2022 |
1.4.12 | 647 | 4/19/2022 |
1.4.11 | 688 | 4/15/2022 |
1.4.10 | 673 | 4/13/2022 |
1.4.9 | 656 | 4/13/2022 |
1.4.8 | 655 | 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 | 707 | 4/6/2022 |
1.4.2 | 675 | 4/6/2022 |
1.4.1 | 655 | 4/5/2022 |
1.4.0 | 697 | 4/1/2022 |
1.3.7 | 680 | 3/31/2022 |
1.3.6 | 635 | 3/31/2022 |
1.3.5 | 673 | 3/31/2022 |
1.3.4 | 676 | 3/29/2022 |
1.3.3 | 675 | 3/21/2022 |
1.3.2 | 682 | 3/15/2022 |
1.3.1 | 724 | 3/10/2022 |
1.3.0 | 704 | 3/10/2022 |
1.2.10 | 694 | 3/8/2022 |
1.2.9 | 693 | 3/8/2022 |
1.2.8 | 661 | 3/7/2022 |
1.2.7 | 670 | 3/3/2022 |
1.2.6 | 683 | 3/3/2022 |
1.2.5 | 685 | 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 | 709 | 2/17/2022 |
1.1.2 | 723 | 2/10/2022 |
1.1.1 | 738 | 2/8/2022 |
1.1.0 | 715 | 2/2/2022 |
1.0.7 | 709 | 1/28/2022 |
1.0.6.1 | 707 | 1/21/2022 |
1.0.6 | 732 | 1/20/2022 |
1.0.5 | 763 | 1/19/2022 |
1.0.4 | 638 | 1/11/2022 |
1.0.3 | 459 | 1/6/2022 |
1.0.2 | 456 | 1/6/2022 |