AspNetCore.Simple.Sdk 5.0.4

This package has a SemVer 2.0.0 package version: 5.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 5.0.4                
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 5.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="5.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.Simple.Sdk --version 5.0.4                
#r "nuget: AspNetCore.Simple.Sdk, 5.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.
// Install AspNetCore.Simple.Sdk as a Cake Addin
#addin nuget:?package=AspNetCore.Simple.Sdk&version=5.0.4

// Install AspNetCore.Simple.Sdk as a Cake Tool
#tool nuget:?package=AspNetCore.Simple.Sdk&version=5.0.4                

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
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.2 513 1/26/2025
6.0.1 8,232 1/24/2025
6.0.0 1,728 11/20/2024
5.0.8 28,449 11/20/2024
5.0.7 4,569 11/13/2024
5.0.6 12,589 10/10/2024
5.0.5 5,503 9/11/2024
5.0.4 1,728 9/6/2024
5.0.2 11,614 6/20/2024
5.0.1 4,698 5/15/2024
5.0.0 10,634 11/28/2023
4.0.19 2,611 11/23/2023
4.0.18 1,673 11/23/2023
4.0.17 1,874 10/18/2023
4.0.16 3,302 10/14/2023
4.0.15 1,687 10/14/2023
4.0.14 1,934 10/6/2023
4.0.13 1,692 10/5/2023
4.0.12 1,697 9/24/2023
4.0.11 1,689 9/24/2023
4.0.10 3,639 8/30/2023
4.0.9 2,111 8/24/2023
4.0.8 1,935 8/16/2023
4.0.7 1,723 8/15/2023
4.0.6 1,716 8/15/2023
4.0.5 1,714 8/15/2023
4.0.4 1,717 8/15/2023
4.0.3 2,252 7/31/2023
4.0.2 1,822 7/26/2023
4.0.1 1,747 7/25/2023
4.0.0 1,710 7/25/2023
3.2.12 1,753 7/25/2023
3.2.11 1,741 7/24/2023
3.2.10 1,715 7/20/2023
3.2.9 1,873 7/20/2023
3.2.8 1,722 7/20/2023
3.2.7 3,812 6/15/2023
3.2.6 1,708 6/10/2023
3.2.5 3,151 6/7/2023
3.2.4 1,960 5/31/2023
3.2.3 2,709 5/16/2023
3.2.2 1,717 5/16/2023
3.2.1 1,719 5/15/2023
3.2.0 1,735 5/13/2023
3.2.0-alpha.54 108 5/13/2023
3.2.0-alpha.50 1,152 5/5/2023
3.2.0-alpha.49 98 5/5/2023
3.2.0-alpha.48 154 5/4/2023
3.2.0-alpha.47 218 5/3/2023
3.2.0-alpha.46 91 5/3/2023
3.2.0-alpha.45 111 5/3/2023
3.2.0-alpha.44 100 5/3/2023
3.2.0-alpha.43 354 5/3/2023
3.2.0-alpha.42 97 5/3/2023
3.2.0-alpha.41 134 4/30/2023
3.2.0-alpha.39 100 4/30/2023
3.2.0-alpha.38 90 4/29/2023
3.2.0-alpha.36 193 4/26/2023
3.2.0-alpha.33 112 4/26/2023
3.2.0-alpha.30 171 4/17/2023
3.2.0-alpha.29 176 4/13/2023
3.2.0-alpha.25 120 3/26/2023
3.2.0-alpha.23 115 3/25/2023
3.2.0-alpha.21 134 3/21/2023
3.2.0-alpha.20 115 3/21/2023
3.2.0-alpha.19 213 3/17/2023
3.2.0-alpha.16 315 3/9/2023
3.2.0-alpha.10 139 3/6/2023
3.2.0-alpha.7 121 2/28/2023
3.2.0-alpha.6 103 2/28/2023
3.2.0-alpha.4 124 2/27/2023
3.2.0-alpha.3 142 2/24/2023
3.2.0-alpha.2 137 2/23/2023
3.1.0 1,792 2/8/2023
3.0.8 1,756 1/31/2023
3.0.7 1,784 1/10/2023
3.0.6 1,729 1/1/2023
3.0.5 1,731 1/1/2023
3.0.4 1,750 12/22/2022
3.0.3 2,042 11/29/2022
3.0.2 1,726 11/25/2022
3.0.1 1,727 11/24/2022
3.0.0 1,719 11/24/2022
3.0.0-alpha.12 127 11/24/2022
2.2.3 2,255 11/2/2022
2.2.2 1,703 11/2/2022
2.2.1 1,724 11/2/2022
2.2.0 1,750 10/26/2022
2.1.0 1,813 10/17/2022
2.0.0 1,724 10/7/2022
1.1.4 1,717 10/4/2022
1.1.3 1,753 9/26/2022
1.1.2 1,715 9/25/2022
1.1.1 1,712 9/25/2022
1.1.0 1,702 9/25/2022
1.1.0-alpha.7 220 9/12/2022
1.0.1-alpha.5 151 9/8/2022
1.0.1-alpha.4 130 9/8/2022
1.0.1-alpha.3 142 9/8/2022
1.0.0-alpha.2 134 9/8/2022
0.6.5 1,722 9/7/2022
0.6.4 1,710 9/6/2022
0.6.3 1,716 9/5/2022
0.6.2 1,698 9/5/2022
0.6.1 1,689 9/5/2022
0.6.0 1,708 9/5/2022
0.5.0 1,910 7/27/2022
0.4.1 1,725 7/27/2022
0.4.0 1,760 7/26/2022
0.3.0 1,733 7/26/2022
0.2.1 1,733 7/25/2022
0.2.0 1,747 7/25/2022
0.2.0-alpha.97 129 7/25/2022
0.2.0-alpha.95 169 7/21/2022
0.2.0-alpha.94 145 7/20/2022
0.2.0-alpha.93 297 7/4/2022
0.2.0-alpha.91 192 6/30/2022
0.2.0-alpha.89 201 6/19/2022
0.2.0-alpha.88 164 6/14/2022
0.2.0-alpha.87 142 6/8/2022
0.2.0-alpha.85 195 6/7/2022
0.2.0-alpha.81 132 6/3/2022
0.2.0-alpha.79 132 6/3/2022
0.2.0-alpha.73 159 5/30/2022
0.2.0-alpha.71 127 5/30/2022
0.2.0-alpha.70 124 5/30/2022
0.2.0-alpha.69 127 5/30/2022
0.2.0-alpha.64 133 5/30/2022
0.2.0-alpha.62 155 5/24/2022
0.2.0-alpha.59 138 5/23/2022
0.2.0-alpha.58 397 4/28/2022
0.2.0-alpha.57 352 3/16/2022
0.2.0-alpha.56 149 3/11/2022
0.2.0-alpha.55 139 3/11/2022
0.2.0-alpha.46 172 12/5/2021
0.2.0-alpha.35 341 4/25/2021
0.2.0-alpha.33 187 4/25/2021
0.2.0-alpha.30 194 4/23/2021
0.1.0-alpha.27 192 2/25/2021
0.1.0-alpha.21 206 2/4/2021
0.1.0-alpha.20 181 2/4/2021
0.1.0-alpha.19 178 1/27/2021
0.1.0-alpha.17 192 1/27/2021

Update nuget packages