GeeksCoreLibrary 5.3.2505.1
dotnet add package GeeksCoreLibrary --version 5.3.2505.1
NuGet\Install-Package GeeksCoreLibrary -Version 5.3.2505.1
<PackageReference Include="GeeksCoreLibrary" Version="5.3.2505.1" />
<PackageVersion Include="GeeksCoreLibrary" Version="5.3.2505.1" />
<PackageReference Include="GeeksCoreLibrary" />
paket add GeeksCoreLibrary --version 5.3.2505.1
#r "nuget: GeeksCoreLibrary, 5.3.2505.1"
#addin nuget:?package=GeeksCoreLibrary&version=5.3.2505.1
#tool nuget:?package=GeeksCoreLibrary&version=5.3.2505.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 (>= 3.7.416.14)
- AWSSDK.SecretsManager (>= 3.7.400.138)
- CM.Text (>= 2.11.0)
- CsvHelper (>= 33.0.1)
- 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.12.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 9.0.4)
- Microsoft.Extensions.Configuration (>= 9.0.4)
- Microsoft.Extensions.Configuration.Json (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- MySqlConnector (>= 2.4.0)
- Newtonsoft.Json (>= 13.0.3)
- ObjectCloner (>= 2.2.2)
- PDFsharp (>= 6.1.1)
- RestSharp (>= 112.1.0)
- RestSharp.Serializers.NewtonsoftJson (>= 112.1.0)
- Scrutor (>= 6.0.1)
- SharpZipLib (>= 1.4.2)
- SSH.NET (>= 2025.0.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO.Abstractions (>= 22.0.14)
- 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.10.0)
- WebMarkupMin.AspNetCoreLatest (>= 2.18.1)
- ZXing.Net (>= 0.16.10)
- ZXing.Net.Bindings.Magick (>= 0.16.16)
NuGet packages (6)
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.2505.1 | 595 | 5/1/2025 |
5.3.2504.4 | 278 | 4/30/2025 |
5.3.2504.3 | 504 | 4/24/2025 |
5.3.2504.2 | 446 | 4/18/2025 |
5.3.2504.1 | 456 | 4/15/2025 |
5.3.2503.3 | 831 | 4/3/2025 |
5.3.2503.2 | 901 | 3/24/2025 |
5.3.2503.1 | 590 | 3/24/2025 |
5.2.2503.4 | 859 | 3/11/2025 |
5.2.2503.3 | 316 | 3/11/2025 |
5.2.2503.2 | 237 | 3/11/2025 |
5.2.2503.1 | 576 | 3/5/2025 |
5.1.2503.2 | 326 | 3/4/2025 |
5.1.2503.1 | 297 | 3/4/2025 |
5.1.2502.2 | 412 | 2/24/2025 |
5.1.2502.1 | 378 | 2/19/2025 |
5.0.2502.2 | 542 | 2/10/2025 |
5.0.2502.1 | 1,836 | 2/4/2025 |
5.0.2501.7 | 418 | 2/4/2025 |
5.0.2501.6 | 1,347 | 1/31/2025 |
5.0.2501.5 | 811 | 1/27/2025 |
5.0.2501.4 | 314 | 1/27/2025 |
5.0.2501.3 | 464 | 1/21/2025 |
5.0.2501.2 | 406 | 1/17/2025 |
5.0.2501.1 | 339 | 1/17/2025 |
4.4.1 | 302 | 1/7/2025 |
4.4.0 | 384 | 12/18/2024 |
4.3.4 | 281 | 12/11/2024 |
4.3.3 | 165 | 12/10/2024 |
4.3.2 | 133 | 12/9/2024 |
4.3.0 | 569 | 11/25/2024 |
4.2.34 | 250 | 11/20/2024 |
4.2.33 | 234 | 11/12/2024 |
4.2.32 | 153 | 11/12/2024 |
4.2.31 | 369 | 11/1/2024 |
4.2.30 | 167 | 11/1/2024 |
4.2.29 | 281 | 10/29/2024 |
4.2.28 | 218 | 10/21/2024 |
4.2.27 | 180 | 10/17/2024 |
4.2.26 | 173 | 10/14/2024 |
4.2.25 | 416 | 10/1/2024 |
4.2.24 | 128 | 9/27/2024 |
4.2.23 | 155 | 9/27/2024 |
4.2.22 | 167 | 9/26/2024 |
4.2.21 | 208 | 9/24/2024 |
4.2.20 | 219 | 9/17/2024 |
4.2.19 | 256 | 9/2/2024 |
4.2.18 | 939 | 8/9/2024 |
4.2.17 | 176 | 8/7/2024 |
4.2.16 | 151 | 7/31/2024 |
4.2.15 | 151 | 7/26/2024 |
4.2.14 | 230 | 7/2/2024 |
4.2.13 | 156 | 6/26/2024 |
4.2.12 | 190 | 6/14/2024 |
4.2.11 | 208 | 6/5/2024 |
4.2.10 | 181 | 5/28/2024 |
4.2.9 | 149 | 5/23/2024 |
4.2.8 | 186 | 5/21/2024 |
4.2.7 | 151 | 5/14/2024 |
4.2.6 | 157 | 5/8/2024 |
4.2.5 | 243 | 4/26/2024 |
4.2.4 | 209 | 4/15/2024 |
4.2.3 | 134 | 4/11/2024 |
4.2.2 | 185 | 4/4/2024 |
4.2.1 | 183 | 3/28/2024 |
4.2.0 | 148 | 3/21/2024 |
4.1.13 | 178 | 3/8/2024 |
4.1.12 | 179 | 2/26/2024 |
4.1.11 | 160 | 2/20/2024 |
4.1.10 | 163 | 2/15/2024 |
4.1.9 | 181 | 2/9/2024 |
4.1.8 | 147 | 2/6/2024 |
4.1.7 | 147 | 1/29/2024 |
4.1.6 | 131 | 1/29/2024 |
4.1.5 | 189 | 1/26/2024 |
4.1.4 | 170 | 1/11/2024 |
4.1.3 | 447 | 12/27/2023 |
4.1.2 | 229 | 12/11/2023 |
4.1.1 | 136 | 12/11/2023 |
4.1.0 | 215 | 12/8/2023 |
4.0.13 | 168 | 11/30/2023 |
4.0.12 | 165 | 11/28/2023 |
4.0.11 | 200 | 11/21/2023 |
4.0.10 | 197 | 11/13/2023 |
4.0.9 | 149 | 11/10/2023 |
4.0.8 | 148 | 11/6/2023 |
4.0.7 | 171 | 11/3/2023 |
4.0.5 | 199 | 11/1/2023 |
4.0.4 | 210 | 10/20/2023 |
4.0.3 | 195 | 10/11/2023 |
4.0.2 | 178 | 10/5/2023 |
4.0.1 | 373 | 9/20/2023 |
4.0.0 | 302 | 9/5/2023 |
3.0.26 | 204 | 8/30/2023 |
3.0.25 | 236 | 8/15/2023 |
3.0.24 | 214 | 7/28/2023 |
3.0.23 | 203 | 7/20/2023 |
3.0.22 | 198 | 7/18/2023 |
3.0.21 | 200 | 7/11/2023 |
3.0.20 | 213 | 6/28/2023 |
3.0.19 | 178 | 6/28/2023 |
3.0.18 | 191 | 6/27/2023 |
3.0.17 | 189 | 6/23/2023 |
3.0.16 | 182 | 6/23/2023 |
3.0.15 | 195 | 6/16/2023 |
3.0.14 | 220 | 6/2/2023 |
3.0.13 | 197 | 6/1/2023 |
3.0.12 | 204 | 5/26/2023 |
3.0.11 | 198 | 5/25/2023 |
3.0.10 | 202 | 5/25/2023 |
3.0.9 | 220 | 5/16/2023 |
3.0.8 | 198 | 5/12/2023 |
3.0.7 | 251 | 5/4/2023 |
3.0.6 | 279 | 4/17/2023 |
3.0.5 | 282 | 4/12/2023 |
3.0.4 | 278 | 4/3/2023 |
3.0.3 | 262 | 3/30/2023 |
3.0.2 | 292 | 3/23/2023 |
3.0.1 | 284 | 3/21/2023 |
3.0.0 | 280 | 3/21/2023 |
2.2.28 | 299 | 3/15/2023 |
2.2.27 | 324 | 3/8/2023 |
2.2.26 | 321 | 3/3/2023 |
2.2.25 | 329 | 3/1/2023 |
2.2.24 | 316 | 2/27/2023 |
2.2.23 | 323 | 2/23/2023 |
2.2.22 | 334 | 2/15/2023 |
2.2.21 | 350 | 2/13/2023 |
2.2.20 | 371 | 2/2/2023 |
2.2.19 | 373 | 2/2/2023 |
2.2.18 | 391 | 1/27/2023 |
2.2.17 | 414 | 1/23/2023 |
2.2.16 | 362 | 1/19/2023 |
2.2.15 | 380 | 1/13/2023 |
2.2.14 | 375 | 1/13/2023 |
2.2.13 | 402 | 1/2/2023 |
2.2.12 | 374 | 12/28/2022 |
2.2.11 | 351 | 12/21/2022 |
2.2.10 | 346 | 12/19/2022 |
2.2.9 | 355 | 12/15/2022 |
2.2.8 | 382 | 12/14/2022 |
2.2.7 | 380 | 12/8/2022 |
2.2.6 | 385 | 12/6/2022 |
2.2.5 | 446 | 11/22/2022 |
2.2.4 | 419 | 11/14/2022 |
2.2.3 | 433 | 11/9/2022 |
2.2.2 | 434 | 11/1/2022 |
2.2.1 | 465 | 10/31/2022 |
2.2.0 | 473 | 10/28/2022 |
2.1.29 | 522 | 10/20/2022 |
2.1.28 | 504 | 10/19/2022 |
2.1.27 | 498 | 10/10/2022 |
2.1.26 | 469 | 10/6/2022 |
2.1.25 | 483 | 10/6/2022 |
2.1.24 | 470 | 10/5/2022 |
2.1.23 | 520 | 9/30/2022 |
2.1.22 | 520 | 9/29/2022 |
2.1.21 | 553 | 9/21/2022 |
2.1.20 | 518 | 9/20/2022 |
2.1.19 | 543 | 9/19/2022 |
2.1.18 | 542 | 9/16/2022 |
2.1.17 | 539 | 9/15/2022 |
2.1.16 | 495 | 8/29/2022 |
2.1.15 | 539 | 8/18/2022 |
2.1.14 | 560 | 8/9/2022 |
2.1.13 | 558 | 8/3/2022 |
2.1.12 | 575 | 8/2/2022 |
2.1.11 | 551 | 7/28/2022 |
2.1.10 | 542 | 7/27/2022 |
2.1.9 | 541 | 7/26/2022 |
2.1.8 | 556 | 7/21/2022 |
2.1.7 | 529 | 7/20/2022 |
2.1.6 | 534 | 7/19/2022 |
2.1.5 | 557 | 7/15/2022 |
2.1.4 | 554 | 6/28/2022 |
2.1.3 | 559 | 6/24/2022 |
2.1.2 | 544 | 6/22/2022 |
2.1.1 | 554 | 6/22/2022 |
2.1.0 | 565 | 6/16/2022 |
2.0.5 | 562 | 6/13/2022 |
2.0.4 | 602 | 6/2/2022 |
2.0.3 | 564 | 6/1/2022 |
2.0.2 | 539 | 5/31/2022 |
2.0.1 | 569 | 5/27/2022 |
2.0.0 | 568 | 5/27/2022 |
1.5.2 | 604 | 5/24/2022 |
1.5.1 | 587 | 5/20/2022 |
1.5.0 | 580 | 5/17/2022 |
1.4.276 | 560 | 5/16/2022 |
1.4.28 | 546 | 5/17/2022 |
1.4.26 | 591 | 5/12/2022 |
1.4.25 | 574 | 5/10/2022 |
1.4.24 | 550 | 5/5/2022 |
1.4.23 | 570 | 5/3/2022 |
1.4.22 | 607 | 5/2/2022 |
1.4.21 | 596 | 4/28/2022 |
1.4.20 | 572 | 4/26/2022 |
1.4.19 | 599 | 4/26/2022 |
1.4.18 | 621 | 4/25/2022 |
1.4.17 | 613 | 4/21/2022 |
1.4.16 | 607 | 4/21/2022 |
1.4.15 | 593 | 4/21/2022 |
1.4.14 | 612 | 4/20/2022 |
1.4.13 | 627 | 4/20/2022 |
1.4.12 | 592 | 4/19/2022 |
1.4.11 | 641 | 4/15/2022 |
1.4.10 | 623 | 4/13/2022 |
1.4.9 | 609 | 4/13/2022 |
1.4.8 | 608 | 4/12/2022 |
1.4.7 | 606 | 4/8/2022 |
1.4.6 | 608 | 4/8/2022 |
1.4.5 | 606 | 4/7/2022 |
1.4.4 | 605 | 4/6/2022 |
1.4.3 | 656 | 4/6/2022 |
1.4.2 | 628 | 4/6/2022 |
1.4.1 | 601 | 4/5/2022 |
1.4.0 | 640 | 4/1/2022 |
1.3.7 | 632 | 3/31/2022 |
1.3.6 | 583 | 3/31/2022 |
1.3.5 | 621 | 3/31/2022 |
1.3.4 | 623 | 3/29/2022 |
1.3.3 | 625 | 3/21/2022 |
1.3.2 | 629 | 3/15/2022 |
1.3.1 | 673 | 3/10/2022 |
1.3.0 | 651 | 3/10/2022 |
1.2.10 | 643 | 3/8/2022 |
1.2.9 | 641 | 3/8/2022 |
1.2.8 | 606 | 3/7/2022 |
1.2.7 | 623 | 3/3/2022 |
1.2.6 | 633 | 3/3/2022 |
1.2.5 | 628 | 3/1/2022 |
1.2.4 | 675 | 2/24/2022 |
1.2.3 | 624 | 2/23/2022 |
1.2.2 | 656 | 2/23/2022 |
1.2.1 | 630 | 2/23/2022 |
1.2.0 | 625 | 2/22/2022 |
1.1.5 | 623 | 2/18/2022 |
1.1.4 | 647 | 2/18/2022 |
1.1.3 | 654 | 2/17/2022 |
1.1.2 | 670 | 2/10/2022 |
1.1.1 | 677 | 2/8/2022 |
1.1.0 | 668 | 2/2/2022 |
1.0.7 | 656 | 1/28/2022 |
1.0.6.1 | 656 | 1/21/2022 |
1.0.6 | 683 | 1/20/2022 |
1.0.5 | 703 | 1/19/2022 |
1.0.4 | 585 | 1/11/2022 |
1.0.3 | 408 | 1/6/2022 |
1.0.2 | 404 | 1/6/2022 |