GeeksCoreLibrary 5.1.2502.1
See the version list below for details.
dotnet add package GeeksCoreLibrary --version 5.1.2502.1
NuGet\Install-Package GeeksCoreLibrary -Version 5.1.2502.1
<PackageReference Include="GeeksCoreLibrary" Version="5.1.2502.1" />
<PackageVersion Include="GeeksCoreLibrary" Version="5.1.2502.1" />
<PackageReference Include="GeeksCoreLibrary" />
paket add GeeksCoreLibrary --version 5.1.2502.1
#r "nuget: GeeksCoreLibrary, 5.1.2502.1"
#addin nuget:?package=GeeksCoreLibrary&version=5.1.2502.1
#tool nuget:?package=GeeksCoreLibrary&version=5.1.2502.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. |
-
net9.0
- AspNetCore.HealthChecks.MySql (>= 9.0.0)
- AspNetCore.HealthChecks.UI.Client (>= 9.0.0)
- AWSSDK.S3 (>= 3.7.415.2)
- AWSSDK.SecretsManager (>= 3.7.400.97)
- CM.Text (>= 2.11.0)
- CsvHelper (>= 33.0.1)
- DocumentFormat.OpenXml (>= 3.2.0)
- FluentFTP (>= 52.0.0)
- GoogleAuthenticator (>= 3.2.0)
- HtmlAgilityPack (>= 1.11.72)
- JetBrains.Annotations (>= 2024.3.0)
- LazyCache.AspNetCore (>= 2.4.0)
- Magick.NET-Q8-x64 (>= 14.4.0)
- MailKit (>= 4.10.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 9.0.2)
- Microsoft.Extensions.Configuration (>= 9.0.2)
- Microsoft.Extensions.Configuration.Json (>= 9.0.2)
- Microsoft.Extensions.DependencyInjection (>= 9.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.2)
- 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 (>= 2024.2.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- 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.8.4)
- 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.2504.2 | 88 | 19 hours ago |
5.3.2504.1 | 339 | 4 days ago |
5.3.2503.3 | 773 | 16 days ago |
5.3.2503.2 | 851 | a month ago |
5.3.2503.1 | 541 | a month ago |
5.2.2503.4 | 811 | a month ago |
5.2.2503.3 | 307 | a month ago |
5.2.2503.2 | 230 | a month ago |
5.2.2503.1 | 568 | a month ago |
5.1.2503.2 | 319 | a month ago |
5.1.2503.1 | 290 | a month ago |
5.1.2502.2 | 402 | 2 months ago |
5.1.2502.1 | 371 | 2 months ago |
5.0.2502.2 | 535 | 2 months ago |
5.0.2502.1 | 1,829 | 2 months ago |
5.0.2501.7 | 412 | 2 months ago |
5.0.2501.6 | 1,341 | 3 months ago |
5.0.2501.5 | 807 | 3 months ago |
5.0.2501.4 | 309 | 3 months ago |
5.0.2501.3 | 458 | 3 months ago |
5.0.2501.2 | 402 | 3 months ago |
5.0.2501.1 | 335 | 3 months ago |
4.4.1 | 298 | 3 months ago |
4.4.0 | 378 | 4 months ago |
4.3.4 | 277 | 4 months ago |
4.3.3 | 161 | 4 months ago |
4.3.2 | 127 | 4 months ago |
4.3.0 | 564 | 5 months ago |
4.2.34 | 246 | 5 months ago |
4.2.33 | 230 | 5 months ago |
4.2.32 | 149 | 5 months ago |
4.2.31 | 365 | 6 months ago |
4.2.30 | 160 | 6 months ago |
4.2.29 | 277 | 6 months ago |
4.2.28 | 214 | 6 months ago |
4.2.27 | 173 | 6 months ago |
4.2.26 | 169 | 6 months ago |
4.2.25 | 412 | 7 months ago |
4.2.24 | 124 | 7 months ago |
4.2.23 | 151 | 7 months ago |
4.2.22 | 163 | 7 months ago |
4.2.21 | 204 | 7 months ago |
4.2.20 | 214 | 7 months ago |
4.2.19 | 252 | 8 months ago |
4.2.18 | 935 | 8 months ago |
4.2.17 | 172 | 8 months ago |
4.2.16 | 147 | 9 months ago |
4.2.15 | 146 | 9 months ago |
4.2.14 | 225 | 10 months ago |
4.2.13 | 152 | 10 months ago |
4.2.12 | 186 | 6/14/2024 |
4.2.11 | 204 | 6/5/2024 |
4.2.10 | 177 | 5/28/2024 |
4.2.9 | 145 | 5/23/2024 |
4.2.8 | 182 | 5/21/2024 |
4.2.7 | 145 | 5/14/2024 |
4.2.6 | 153 | 5/8/2024 |
4.2.5 | 239 | 4/26/2024 |
4.2.4 | 205 | 4/15/2024 |
4.2.3 | 130 | 4/11/2024 |
4.2.2 | 181 | 4/4/2024 |
4.2.1 | 178 | 3/28/2024 |
4.2.0 | 143 | 3/21/2024 |
4.1.13 | 173 | 3/8/2024 |
4.1.12 | 175 | 2/26/2024 |
4.1.11 | 156 | 2/20/2024 |
4.1.10 | 158 | 2/15/2024 |
4.1.9 | 177 | 2/9/2024 |
4.1.8 | 143 | 2/6/2024 |
4.1.7 | 143 | 1/29/2024 |
4.1.6 | 127 | 1/29/2024 |
4.1.5 | 185 | 1/26/2024 |
4.1.4 | 166 | 1/11/2024 |
4.1.3 | 443 | 12/27/2023 |
4.1.2 | 225 | 12/11/2023 |
4.1.1 | 132 | 12/11/2023 |
4.1.0 | 211 | 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 | 194 | 10/11/2023 |
4.0.2 | 178 | 10/5/2023 |
4.0.1 | 373 | 9/20/2023 |
4.0.0 | 299 | 9/5/2023 |
3.0.26 | 201 | 8/30/2023 |
3.0.25 | 232 | 8/15/2023 |
3.0.24 | 210 | 7/28/2023 |
3.0.23 | 198 | 7/20/2023 |
3.0.22 | 193 | 7/18/2023 |
3.0.21 | 195 | 7/11/2023 |
3.0.20 | 208 | 6/28/2023 |
3.0.19 | 173 | 6/28/2023 |
3.0.18 | 186 | 6/27/2023 |
3.0.17 | 184 | 6/23/2023 |
3.0.16 | 177 | 6/23/2023 |
3.0.15 | 189 | 6/16/2023 |
3.0.14 | 214 | 6/2/2023 |
3.0.13 | 191 | 6/1/2023 |
3.0.12 | 198 | 5/26/2023 |
3.0.11 | 192 | 5/25/2023 |
3.0.10 | 197 | 5/25/2023 |
3.0.9 | 214 | 5/16/2023 |
3.0.8 | 192 | 5/12/2023 |
3.0.7 | 245 | 5/4/2023 |
3.0.6 | 273 | 4/17/2023 |
3.0.5 | 276 | 4/12/2023 |
3.0.4 | 272 | 4/3/2023 |
3.0.3 | 255 | 3/30/2023 |
3.0.2 | 286 | 3/23/2023 |
3.0.1 | 278 | 3/21/2023 |
3.0.0 | 273 | 3/21/2023 |
2.2.28 | 293 | 3/15/2023 |
2.2.27 | 318 | 3/8/2023 |
2.2.26 | 315 | 3/3/2023 |
2.2.25 | 323 | 3/1/2023 |
2.2.24 | 310 | 2/27/2023 |
2.2.23 | 317 | 2/23/2023 |
2.2.22 | 327 | 2/15/2023 |
2.2.21 | 344 | 2/13/2023 |
2.2.20 | 365 | 2/2/2023 |
2.2.19 | 367 | 2/2/2023 |
2.2.18 | 385 | 1/27/2023 |
2.2.17 | 406 | 1/23/2023 |
2.2.16 | 356 | 1/19/2023 |
2.2.15 | 374 | 1/13/2023 |
2.2.14 | 369 | 1/13/2023 |
2.2.13 | 396 | 1/2/2023 |
2.2.12 | 368 | 12/28/2022 |
2.2.11 | 345 | 12/21/2022 |
2.2.10 | 340 | 12/19/2022 |
2.2.9 | 348 | 12/15/2022 |
2.2.8 | 376 | 12/14/2022 |
2.2.7 | 374 | 12/8/2022 |
2.2.6 | 379 | 12/6/2022 |
2.2.5 | 440 | 11/22/2022 |
2.2.4 | 412 | 11/14/2022 |
2.2.3 | 427 | 11/9/2022 |
2.2.2 | 428 | 11/1/2022 |
2.2.1 | 459 | 10/31/2022 |
2.2.0 | 467 | 10/28/2022 |
2.1.29 | 516 | 10/20/2022 |
2.1.28 | 498 | 10/19/2022 |
2.1.27 | 491 | 10/10/2022 |
2.1.26 | 463 | 10/6/2022 |
2.1.25 | 477 | 10/6/2022 |
2.1.24 | 464 | 10/5/2022 |
2.1.23 | 514 | 9/30/2022 |
2.1.22 | 514 | 9/29/2022 |
2.1.21 | 547 | 9/21/2022 |
2.1.20 | 512 | 9/20/2022 |
2.1.19 | 537 | 9/19/2022 |
2.1.18 | 535 | 9/16/2022 |
2.1.17 | 533 | 9/15/2022 |
2.1.16 | 489 | 8/29/2022 |
2.1.15 | 533 | 8/18/2022 |
2.1.14 | 554 | 8/9/2022 |
2.1.13 | 551 | 8/3/2022 |
2.1.12 | 567 | 8/2/2022 |
2.1.11 | 544 | 7/28/2022 |
2.1.10 | 535 | 7/27/2022 |
2.1.9 | 534 | 7/26/2022 |
2.1.8 | 549 | 7/21/2022 |
2.1.7 | 521 | 7/20/2022 |
2.1.6 | 527 | 7/19/2022 |
2.1.5 | 549 | 7/15/2022 |
2.1.4 | 547 | 6/28/2022 |
2.1.3 | 552 | 6/24/2022 |
2.1.2 | 537 | 6/22/2022 |
2.1.1 | 547 | 6/22/2022 |
2.1.0 | 558 | 6/16/2022 |
2.0.5 | 555 | 6/13/2022 |
2.0.4 | 595 | 6/2/2022 |
2.0.3 | 557 | 6/1/2022 |
2.0.2 | 532 | 5/31/2022 |
2.0.1 | 561 | 5/27/2022 |
2.0.0 | 561 | 5/27/2022 |
1.5.2 | 596 | 5/24/2022 |
1.5.1 | 580 | 5/20/2022 |
1.5.0 | 573 | 5/17/2022 |
1.4.276 | 553 | 5/16/2022 |
1.4.28 | 539 | 5/17/2022 |
1.4.26 | 584 | 5/12/2022 |
1.4.25 | 567 | 5/10/2022 |
1.4.24 | 543 | 5/5/2022 |
1.4.23 | 562 | 5/3/2022 |
1.4.22 | 599 | 5/2/2022 |
1.4.21 | 588 | 4/28/2022 |
1.4.20 | 564 | 4/26/2022 |
1.4.19 | 591 | 4/26/2022 |
1.4.18 | 613 | 4/25/2022 |
1.4.17 | 605 | 4/21/2022 |
1.4.16 | 599 | 4/21/2022 |
1.4.15 | 585 | 4/21/2022 |
1.4.14 | 604 | 4/20/2022 |
1.4.13 | 619 | 4/20/2022 |
1.4.12 | 584 | 4/19/2022 |
1.4.11 | 633 | 4/15/2022 |
1.4.10 | 615 | 4/13/2022 |
1.4.9 | 601 | 4/13/2022 |
1.4.8 | 600 | 4/12/2022 |
1.4.7 | 598 | 4/8/2022 |
1.4.6 | 600 | 4/8/2022 |
1.4.5 | 598 | 4/7/2022 |
1.4.4 | 597 | 4/6/2022 |
1.4.3 | 648 | 4/6/2022 |
1.4.2 | 620 | 4/6/2022 |
1.4.1 | 592 | 4/5/2022 |
1.4.0 | 632 | 4/1/2022 |
1.3.7 | 624 | 3/31/2022 |
1.3.6 | 574 | 3/31/2022 |
1.3.5 | 613 | 3/31/2022 |
1.3.4 | 615 | 3/29/2022 |
1.3.3 | 617 | 3/21/2022 |
1.3.2 | 621 | 3/15/2022 |
1.3.1 | 666 | 3/10/2022 |
1.3.0 | 643 | 3/10/2022 |
1.2.10 | 635 | 3/8/2022 |
1.2.9 | 633 | 3/8/2022 |
1.2.8 | 598 | 3/7/2022 |
1.2.7 | 615 | 3/3/2022 |
1.2.6 | 625 | 3/3/2022 |
1.2.5 | 620 | 3/1/2022 |
1.2.4 | 667 | 2/24/2022 |
1.2.3 | 615 | 2/23/2022 |
1.2.2 | 648 | 2/23/2022 |
1.2.1 | 622 | 2/23/2022 |
1.2.0 | 617 | 2/22/2022 |
1.1.5 | 614 | 2/18/2022 |
1.1.4 | 638 | 2/18/2022 |
1.1.3 | 645 | 2/17/2022 |
1.1.2 | 661 | 2/10/2022 |
1.1.1 | 668 | 2/8/2022 |
1.1.0 | 659 | 2/2/2022 |
1.0.7 | 647 | 1/28/2022 |
1.0.6.1 | 647 | 1/21/2022 |
1.0.6 | 674 | 1/20/2022 |
1.0.5 | 694 | 1/19/2022 |
1.0.4 | 575 | 1/11/2022 |
1.0.3 | 399 | 1/6/2022 |
1.0.2 | 395 | 1/6/2022 |