AspNetCore.Simple.Sdk 6.0.4

This package has a SemVer 2.0.0 package version: 6.0.4+1.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetCore.Simple.Sdk --version 6.0.4
                    
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 6.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNetCore.Simple.Sdk" Version="6.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AspNetCore.Simple.Sdk" Version="6.0.4" />
                    
Directory.Packages.props
<PackageReference Include="AspNetCore.Simple.Sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AspNetCore.Simple.Sdk --version 6.0.4
                    
#r "nuget: AspNetCore.Simple.Sdk, 6.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AspNetCore.Simple.Sdk@6.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AspNetCore.Simple.Sdk&version=6.0.4
                    
Install as a Cake Addin
#tool nuget:?package=AspNetCore.Simple.Sdk&version=6.0.4
                    
Install as a Cake Tool

AspNetCore.Simple.Sdk

Target of this package is to create fast and clean Web-Api. You only need to configure in your appsettings needed and from the package supported services and you can start implementing your features which brings you your expected benefits

Getting started

Prerequisites

Install the package

dotnet add package AspNetCore.Simple.Sdk

Samples

Basic concept

Startup

So for quick start you only have to derive from the optimized startup class and you are ready to go

Hint: The hold sample is inside this repo !

Step 1: Startup

  • Pathstring: this is the base path for all api routes, to reduce noising pasth in your controller implementations
public class Startup : SimpleStartup
{
    public Startup(IConfiguration configuration, IWebHostEnvironment webHostEnvironment) : base(configuration, webHostEnvironment, new PathString("/api/test"))
    {
    }

    public override void ConfigureServices(IServiceCollection services)
    {
        base.ConfigureServices(services);
        
        // Your domain registrations
    }
}

Content

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.5 1,109 10/28/2025
6.0.4 173 10/18/2025
6.0.2 75,712 1/26/2025
6.0.1 9,506 1/24/2025
6.0.0 2,507 11/20/2024
5.0.8 94,826 11/20/2024
5.0.7 9,245 11/13/2024
5.0.6 13,557 10/10/2024
5.0.5 16,087 9/11/2024
5.0.4 2,426 9/6/2024
5.0.2 12,552 6/20/2024
5.0.1 5,444 5/15/2024
5.0.0 11,387 11/28/2023
4.0.19 3,324 11/23/2023
4.0.18 2,393 11/23/2023
4.0.17 2,588 10/18/2023
4.0.16 4,004 10/14/2023
4.0.15 2,388 10/14/2023
4.0.14 2,647 10/6/2023
4.0.13 2,378 10/5/2023
4.0.12 2,417 9/24/2023
4.0.11 2,405 9/24/2023
4.0.10 4,334 8/30/2023
4.0.9 2,807 8/24/2023
4.0.8 2,627 8/16/2023
4.0.7 2,432 8/15/2023
4.0.6 2,428 8/15/2023
4.0.5 2,403 8/15/2023
4.0.4 2,437 8/15/2023
4.0.3 2,948 7/31/2023
4.0.2 2,513 7/26/2023
4.0.1 2,465 7/25/2023
4.0.0 2,403 7/25/2023
3.2.12 2,467 7/25/2023
3.2.11 2,440 7/24/2023
3.2.10 2,405 7/20/2023
3.2.9 2,567 7/20/2023
3.2.8 2,417 7/20/2023
3.2.7 4,503 6/15/2023
3.2.6 2,427 6/10/2023
3.2.5 3,861 6/7/2023
3.2.4 2,675 5/31/2023
3.2.3 3,404 5/16/2023
3.2.2 2,411 5/16/2023
3.2.1 2,414 5/15/2023
3.2.0 2,428 5/13/2023
3.2.0-alpha.54 204 5/13/2023
3.2.0-alpha.50 1,241 5/5/2023
3.2.0-alpha.49 195 5/5/2023
3.2.0-alpha.48 251 5/4/2023
3.2.0-alpha.47 297 5/3/2023
3.2.0-alpha.46 167 5/3/2023
3.2.0-alpha.45 208 5/3/2023
3.2.0-alpha.44 176 5/3/2023
3.2.0-alpha.43 448 5/3/2023
3.2.0-alpha.42 192 5/3/2023
3.2.0-alpha.41 208 4/30/2023
3.2.0-alpha.39 174 4/30/2023
3.2.0-alpha.38 163 4/29/2023
3.2.0-alpha.36 268 4/26/2023
3.2.0-alpha.33 207 4/26/2023
3.2.0-alpha.30 241 4/17/2023
3.2.0-alpha.29 250 4/13/2023
3.2.0-alpha.25 223 3/26/2023
3.2.0-alpha.23 217 3/25/2023
3.2.0-alpha.21 230 3/21/2023
3.2.0-alpha.20 228 3/21/2023
3.2.0-alpha.19 290 3/17/2023
3.2.0-alpha.16 391 3/9/2023
3.2.0-alpha.10 233 3/6/2023
3.2.0-alpha.7 218 2/28/2023
3.2.0-alpha.6 175 2/28/2023
3.2.0-alpha.4 197 2/27/2023
3.2.0-alpha.3 242 2/24/2023
3.2.0-alpha.2 244 2/23/2023
3.1.0 2,512 2/8/2023
3.0.8 2,444 1/31/2023
3.0.7 2,472 1/10/2023
3.0.6 2,418 1/1/2023
3.0.5 2,423 1/1/2023
3.0.4 2,440 12/22/2022
3.0.3 2,734 11/29/2022
3.0.2 2,439 11/25/2022
3.0.1 2,450 11/24/2022
3.0.0 2,426 11/24/2022
3.0.0-alpha.12 227 11/24/2022
2.2.3 3,136 11/2/2022
2.2.2 2,396 11/2/2022
2.2.1 2,413 11/2/2022
2.2.0 2,441 10/26/2022
2.1.0 2,501 10/17/2022
2.0.0 2,413 10/7/2022
1.1.4 2,406 10/4/2022
1.1.3 2,462 9/26/2022
1.1.2 2,406 9/25/2022
1.1.1 2,395 9/25/2022
1.1.0 2,416 9/25/2022
1.1.0-alpha.7 297 9/12/2022
1.0.1-alpha.5 255 9/8/2022
1.0.1-alpha.4 239 9/8/2022
1.0.1-alpha.3 243 9/8/2022
1.0.0-alpha.2 248 9/8/2022
0.6.5 1,873 9/7/2022
0.6.4 1,839 9/6/2022
0.6.3 1,874 9/5/2022
0.6.2 1,851 9/5/2022
0.6.1 1,838 9/5/2022
0.6.0 1,836 9/5/2022
0.5.0 2,039 7/27/2022
0.4.1 1,851 7/27/2022
0.4.0 1,906 7/26/2022
0.3.0 1,870 7/26/2022
0.2.1 1,876 7/25/2022
0.2.0 1,889 7/25/2022
0.2.0-alpha.97 215 7/25/2022
0.2.0-alpha.95 286 7/21/2022
0.2.0-alpha.94 230 7/20/2022
0.2.0-alpha.93 390 7/4/2022
0.2.0-alpha.91 284 6/30/2022
0.2.0-alpha.89 322 6/19/2022
0.2.0-alpha.88 282 6/14/2022
0.2.0-alpha.87 269 6/8/2022
0.2.0-alpha.85 312 6/7/2022
0.2.0-alpha.81 228 6/3/2022
0.2.0-alpha.79 221 6/3/2022
0.2.0-alpha.73 280 5/30/2022
0.2.0-alpha.71 239 5/30/2022
0.2.0-alpha.70 221 5/30/2022
0.2.0-alpha.69 235 5/30/2022
0.2.0-alpha.64 230 5/30/2022
0.2.0-alpha.62 255 5/24/2022
0.2.0-alpha.59 249 5/23/2022
0.2.0-alpha.58 515 4/28/2022
0.2.0-alpha.57 454 3/16/2022
0.2.0-alpha.56 282 3/11/2022
0.2.0-alpha.55 242 3/11/2022
0.2.0-alpha.46 278 12/5/2021
0.2.0-alpha.35 483 4/25/2021
0.2.0-alpha.33 298 4/25/2021
0.2.0-alpha.30 300 4/23/2021
0.1.0-alpha.27 332 2/25/2021
0.1.0-alpha.21 368 2/4/2021
0.1.0-alpha.20 296 2/4/2021
0.1.0-alpha.19 299 1/27/2021
0.1.0-alpha.17 332 1/27/2021

Update nuget packages