AspNetCore.Simple.Sdk 5.0.1

This package has a SemVer 2.0.0 package version: 5.0.1+11.
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.1
                    
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 5.0.1
                    
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.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AspNetCore.Simple.Sdk" Version="5.0.1" />
                    
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 5.0.1
                    
#r "nuget: AspNetCore.Simple.Sdk, 5.0.1"
                    
#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.
#addin nuget:?package=AspNetCore.Simple.Sdk&version=5.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AspNetCore.Simple.Sdk&version=5.0.1
                    
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 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.  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.2 4,772 1/26/2025
6.0.1 8,890 1/24/2025
6.0.0 1,920 11/20/2024
5.0.8 85,909 11/20/2024
5.0.7 7,287 11/13/2024
5.0.6 12,966 10/10/2024
5.0.5 10,385 9/11/2024
5.0.4 1,853 9/6/2024
5.0.2 11,783 6/20/2024
5.0.1 4,847 5/15/2024
5.0.0 10,772 11/28/2023
4.0.19 2,736 11/23/2023
4.0.18 1,799 11/23/2023
4.0.17 2,003 10/18/2023
4.0.16 3,423 10/14/2023
4.0.15 1,807 10/14/2023
4.0.14 2,062 10/6/2023
4.0.13 1,813 10/5/2023
4.0.12 1,821 9/24/2023
4.0.11 1,820 9/24/2023
4.0.10 3,760 8/30/2023
4.0.9 2,235 8/24/2023
4.0.8 2,057 8/16/2023
4.0.7 1,851 8/15/2023
4.0.6 1,834 8/15/2023
4.0.5 1,833 8/15/2023
4.0.4 1,842 8/15/2023
4.0.3 2,374 7/31/2023
4.0.2 1,942 7/26/2023
4.0.1 1,874 7/25/2023
4.0.0 1,831 7/25/2023
3.2.12 1,878 7/25/2023
3.2.11 1,863 7/24/2023
3.2.10 1,836 7/20/2023
3.2.9 1,994 7/20/2023
3.2.8 1,844 7/20/2023
3.2.7 3,930 6/15/2023
3.2.6 1,833 6/10/2023
3.2.5 3,274 6/7/2023
3.2.4 2,090 5/31/2023
3.2.3 2,828 5/16/2023
3.2.2 1,838 5/16/2023
3.2.1 1,842 5/15/2023
3.2.0 1,856 5/13/2023
3.2.0-alpha.54 144 5/13/2023
3.2.0-alpha.50 1,184 5/5/2023
3.2.0-alpha.49 132 5/5/2023
3.2.0-alpha.48 188 5/4/2023
3.2.0-alpha.47 251 5/3/2023
3.2.0-alpha.46 122 5/3/2023
3.2.0-alpha.45 149 5/3/2023
3.2.0-alpha.44 132 5/3/2023
3.2.0-alpha.43 384 5/3/2023
3.2.0-alpha.42 132 5/3/2023
3.2.0-alpha.41 161 4/30/2023
3.2.0-alpha.39 128 4/30/2023
3.2.0-alpha.38 120 4/29/2023
3.2.0-alpha.36 221 4/26/2023
3.2.0-alpha.33 146 4/26/2023
3.2.0-alpha.30 197 4/17/2023
3.2.0-alpha.29 202 4/13/2023
3.2.0-alpha.25 154 3/26/2023
3.2.0-alpha.23 149 3/25/2023
3.2.0-alpha.21 167 3/21/2023
3.2.0-alpha.20 159 3/21/2023
3.2.0-alpha.19 241 3/17/2023
3.2.0-alpha.16 346 3/9/2023
3.2.0-alpha.10 171 3/6/2023
3.2.0-alpha.7 156 2/28/2023
3.2.0-alpha.6 129 2/28/2023
3.2.0-alpha.4 154 2/27/2023
3.2.0-alpha.3 179 2/24/2023
3.2.0-alpha.2 173 2/23/2023
3.1.0 1,917 2/8/2023
3.0.8 1,876 1/31/2023
3.0.7 1,903 1/10/2023
3.0.6 1,846 1/1/2023
3.0.5 1,851 1/1/2023
3.0.4 1,868 12/22/2022
3.0.3 2,161 11/29/2022
3.0.2 1,849 11/25/2022
3.0.1 1,853 11/24/2022
3.0.0 1,838 11/24/2022
3.0.0-alpha.12 160 11/24/2022
2.2.3 2,430 11/2/2022
2.2.2 1,817 11/2/2022
2.2.1 1,843 11/2/2022
2.2.0 1,872 10/26/2022
2.1.0 1,929 10/17/2022
2.0.0 1,840 10/7/2022
1.1.4 1,834 10/4/2022
1.1.3 1,874 9/26/2022
1.1.2 1,831 9/25/2022
1.1.1 1,827 9/25/2022
1.1.0 1,825 9/25/2022
1.1.0-alpha.7 250 9/12/2022
1.0.1-alpha.5 186 9/8/2022
1.0.1-alpha.4 171 9/8/2022
1.0.1-alpha.3 178 9/8/2022
1.0.0-alpha.2 175 9/8/2022
0.6.5 1,840 9/7/2022
0.6.4 1,830 9/6/2022
0.6.3 1,836 9/5/2022
0.6.2 1,817 9/5/2022
0.6.1 1,811 9/5/2022
0.6.0 1,828 9/5/2022
0.5.0 2,029 7/27/2022
0.4.1 1,844 7/27/2022
0.4.0 1,882 7/26/2022
0.3.0 1,855 7/26/2022
0.2.1 1,851 7/25/2022
0.2.0 1,863 7/25/2022
0.2.0-alpha.97 167 7/25/2022
0.2.0-alpha.95 211 7/21/2022
0.2.0-alpha.94 181 7/20/2022
0.2.0-alpha.93 334 7/4/2022
0.2.0-alpha.91 234 6/30/2022
0.2.0-alpha.89 250 6/19/2022
0.2.0-alpha.88 206 6/14/2022
0.2.0-alpha.87 193 6/8/2022
0.2.0-alpha.85 237 6/7/2022
0.2.0-alpha.81 173 6/3/2022
0.2.0-alpha.79 171 6/3/2022
0.2.0-alpha.73 201 5/30/2022
0.2.0-alpha.71 170 5/30/2022
0.2.0-alpha.70 164 5/30/2022
0.2.0-alpha.69 171 5/30/2022
0.2.0-alpha.64 178 5/30/2022
0.2.0-alpha.62 199 5/24/2022
0.2.0-alpha.59 180 5/23/2022
0.2.0-alpha.58 441 4/28/2022
0.2.0-alpha.57 401 3/16/2022
0.2.0-alpha.56 205 3/11/2022
0.2.0-alpha.55 184 3/11/2022
0.2.0-alpha.46 222 12/5/2021
0.2.0-alpha.35 402 4/25/2021
0.2.0-alpha.33 241 4/25/2021
0.2.0-alpha.30 245 4/23/2021
0.1.0-alpha.27 254 2/25/2021
0.1.0-alpha.21 279 2/4/2021
0.1.0-alpha.20 234 2/4/2021
0.1.0-alpha.19 237 1/27/2021
0.1.0-alpha.17 255 1/27/2021

Update nuget packages