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 499 10/28/2025
6.0.4 153 10/18/2025
6.0.2 69,885 1/26/2025
6.0.1 9,502 1/24/2025
6.0.0 2,503 11/20/2024
5.0.8 94,820 11/20/2024
5.0.7 9,213 11/13/2024
5.0.6 13,554 10/10/2024
5.0.5 15,671 9/11/2024
5.0.4 2,421 9/6/2024
5.0.2 12,490 6/20/2024
5.0.1 5,441 5/15/2024
5.0.0 11,384 11/28/2023
4.0.19 3,320 11/23/2023
4.0.18 2,390 11/23/2023
4.0.17 2,586 10/18/2023
4.0.16 4,003 10/14/2023
4.0.15 2,386 10/14/2023
4.0.14 2,645 10/6/2023
4.0.13 2,377 10/5/2023
4.0.12 2,415 9/24/2023
4.0.11 2,402 9/24/2023
4.0.10 4,330 8/30/2023
4.0.9 2,803 8/24/2023
4.0.8 2,623 8/16/2023
4.0.7 2,430 8/15/2023
4.0.6 2,424 8/15/2023
4.0.5 2,400 8/15/2023
4.0.4 2,435 8/15/2023
4.0.3 2,946 7/31/2023
4.0.2 2,511 7/26/2023
4.0.1 2,464 7/25/2023
4.0.0 2,399 7/25/2023
3.2.12 2,464 7/25/2023
3.2.11 2,436 7/24/2023
3.2.10 2,403 7/20/2023
3.2.9 2,564 7/20/2023
3.2.8 2,414 7/20/2023
3.2.7 4,501 6/15/2023
3.2.6 2,424 6/10/2023
3.2.5 3,859 6/7/2023
3.2.4 2,673 5/31/2023
3.2.3 3,401 5/16/2023
3.2.2 2,409 5/16/2023
3.2.1 2,411 5/15/2023
3.2.0 2,426 5/13/2023
3.2.0-alpha.54 203 5/13/2023
3.2.0-alpha.50 1,237 5/5/2023
3.2.0-alpha.49 190 5/5/2023
3.2.0-alpha.48 249 5/4/2023
3.2.0-alpha.47 293 5/3/2023
3.2.0-alpha.46 164 5/3/2023
3.2.0-alpha.45 207 5/3/2023
3.2.0-alpha.44 174 5/3/2023
3.2.0-alpha.43 445 5/3/2023
3.2.0-alpha.42 191 5/3/2023
3.2.0-alpha.41 205 4/30/2023
3.2.0-alpha.39 171 4/30/2023
3.2.0-alpha.38 162 4/29/2023
3.2.0-alpha.36 265 4/26/2023
3.2.0-alpha.33 203 4/26/2023
3.2.0-alpha.30 236 4/17/2023
3.2.0-alpha.29 247 4/13/2023
3.2.0-alpha.25 218 3/26/2023
3.2.0-alpha.23 216 3/25/2023
3.2.0-alpha.21 227 3/21/2023
3.2.0-alpha.20 221 3/21/2023
3.2.0-alpha.19 288 3/17/2023
3.2.0-alpha.16 389 3/9/2023
3.2.0-alpha.10 231 3/6/2023
3.2.0-alpha.7 217 2/28/2023
3.2.0-alpha.6 172 2/28/2023
3.2.0-alpha.4 195 2/27/2023
3.2.0-alpha.3 240 2/24/2023
3.2.0-alpha.2 241 2/23/2023
3.1.0 2,510 2/8/2023
3.0.8 2,441 1/31/2023
3.0.7 2,469 1/10/2023
3.0.6 2,416 1/1/2023
3.0.5 2,421 1/1/2023
3.0.4 2,436 12/22/2022
3.0.3 2,732 11/29/2022
3.0.2 2,436 11/25/2022
3.0.1 2,446 11/24/2022
3.0.0 2,422 11/24/2022
3.0.0-alpha.12 223 11/24/2022
2.2.3 3,128 11/2/2022
2.2.2 2,392 11/2/2022
2.2.1 2,409 11/2/2022
2.2.0 2,438 10/26/2022
2.1.0 2,499 10/17/2022
2.0.0 2,411 10/7/2022
1.1.4 2,405 10/4/2022
1.1.3 2,461 9/26/2022
1.1.2 2,405 9/25/2022
1.1.1 2,392 9/25/2022
1.1.0 2,413 9/25/2022
1.1.0-alpha.7 296 9/12/2022
1.0.1-alpha.5 252 9/8/2022
1.0.1-alpha.4 235 9/8/2022
1.0.1-alpha.3 240 9/8/2022
1.0.0-alpha.2 246 9/8/2022
0.6.5 1,869 9/7/2022
0.6.4 1,835 9/6/2022
0.6.3 1,870 9/5/2022
0.6.2 1,848 9/5/2022
0.6.1 1,837 9/5/2022
0.6.0 1,832 9/5/2022
0.5.0 2,037 7/27/2022
0.4.1 1,848 7/27/2022
0.4.0 1,900 7/26/2022
0.3.0 1,867 7/26/2022
0.2.1 1,872 7/25/2022
0.2.0 1,886 7/25/2022
0.2.0-alpha.97 213 7/25/2022
0.2.0-alpha.95 283 7/21/2022
0.2.0-alpha.94 229 7/20/2022
0.2.0-alpha.93 386 7/4/2022
0.2.0-alpha.91 280 6/30/2022
0.2.0-alpha.89 320 6/19/2022
0.2.0-alpha.88 279 6/14/2022
0.2.0-alpha.87 265 6/8/2022
0.2.0-alpha.85 310 6/7/2022
0.2.0-alpha.81 224 6/3/2022
0.2.0-alpha.79 220 6/3/2022
0.2.0-alpha.73 275 5/30/2022
0.2.0-alpha.71 237 5/30/2022
0.2.0-alpha.70 218 5/30/2022
0.2.0-alpha.69 234 5/30/2022
0.2.0-alpha.64 228 5/30/2022
0.2.0-alpha.62 253 5/24/2022
0.2.0-alpha.59 248 5/23/2022
0.2.0-alpha.58 513 4/28/2022
0.2.0-alpha.57 452 3/16/2022
0.2.0-alpha.56 278 3/11/2022
0.2.0-alpha.55 239 3/11/2022
0.2.0-alpha.46 273 12/5/2021
0.2.0-alpha.35 477 4/25/2021
0.2.0-alpha.33 293 4/25/2021
0.2.0-alpha.30 297 4/23/2021
0.1.0-alpha.27 327 2/25/2021
0.1.0-alpha.21 360 2/4/2021
0.1.0-alpha.20 291 2/4/2021
0.1.0-alpha.19 291 1/27/2021
0.1.0-alpha.17 326 1/27/2021

Update nuget packages