AspNetCore.Simple.Sdk 4.0.18

This package has a SemVer 2.0.0 package version: 4.0.18+6.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetCore.Simple.Sdk --version 4.0.18
                    
NuGet\Install-Package AspNetCore.Simple.Sdk -Version 4.0.18
                    
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="4.0.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AspNetCore.Simple.Sdk" Version="4.0.18" />
                    
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 4.0.18
                    
#r "nuget: AspNetCore.Simple.Sdk, 4.0.18"
                    
#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=4.0.18
                    
Install AspNetCore.Simple.Sdk as a Cake Addin
#tool nuget:?package=AspNetCore.Simple.Sdk&version=4.0.18
                    
Install AspNetCore.Simple.Sdk 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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 3,677 1/26/2025
6.0.1 8,784 1/24/2025
6.0.0 1,914 11/20/2024
5.0.8 73,454 11/20/2024
5.0.7 5,927 11/13/2024
5.0.6 12,958 10/10/2024
5.0.5 9,361 9/11/2024
5.0.4 1,849 9/6/2024
5.0.2 11,752 6/20/2024
5.0.1 4,843 5/15/2024
5.0.0 10,766 11/28/2023
4.0.19 2,730 11/23/2023
4.0.18 1,793 11/23/2023
4.0.17 1,995 10/18/2023
4.0.16 3,422 10/14/2023
4.0.15 1,805 10/14/2023
4.0.14 2,054 10/6/2023
4.0.13 1,811 10/5/2023
4.0.12 1,815 9/24/2023
4.0.11 1,810 9/24/2023
4.0.10 3,758 8/30/2023
4.0.9 2,229 8/24/2023
4.0.8 2,054 8/16/2023
4.0.7 1,842 8/15/2023
4.0.6 1,834 8/15/2023
4.0.5 1,833 8/15/2023
4.0.4 1,837 8/15/2023
4.0.3 2,372 7/31/2023
4.0.2 1,941 7/26/2023
4.0.1 1,867 7/25/2023
4.0.0 1,828 7/25/2023
3.2.12 1,871 7/25/2023
3.2.11 1,861 7/24/2023
3.2.10 1,835 7/20/2023
3.2.9 1,992 7/20/2023
3.2.8 1,840 7/20/2023
3.2.7 3,930 6/15/2023
3.2.6 1,828 6/10/2023
3.2.5 3,270 6/7/2023
3.2.4 2,084 5/31/2023
3.2.3 2,827 5/16/2023
3.2.2 1,837 5/16/2023
3.2.1 1,839 5/15/2023
3.2.0 1,854 5/13/2023
3.2.0-alpha.54 131 5/13/2023
3.2.0-alpha.50 1,170 5/5/2023
3.2.0-alpha.49 122 5/5/2023
3.2.0-alpha.48 172 5/4/2023
3.2.0-alpha.47 236 5/3/2023
3.2.0-alpha.46 108 5/3/2023
3.2.0-alpha.45 129 5/3/2023
3.2.0-alpha.44 117 5/3/2023
3.2.0-alpha.43 371 5/3/2023
3.2.0-alpha.42 114 5/3/2023
3.2.0-alpha.41 151 4/30/2023
3.2.0-alpha.39 119 4/30/2023
3.2.0-alpha.38 108 4/29/2023
3.2.0-alpha.36 210 4/26/2023
3.2.0-alpha.33 131 4/26/2023
3.2.0-alpha.30 188 4/17/2023
3.2.0-alpha.29 193 4/13/2023
3.2.0-alpha.25 137 3/26/2023
3.2.0-alpha.23 132 3/25/2023
3.2.0-alpha.21 152 3/21/2023
3.2.0-alpha.20 141 3/21/2023
3.2.0-alpha.19 232 3/17/2023
3.2.0-alpha.16 336 3/9/2023
3.2.0-alpha.10 156 3/6/2023
3.2.0-alpha.7 138 2/28/2023
3.2.0-alpha.6 120 2/28/2023
3.2.0-alpha.4 140 2/27/2023
3.2.0-alpha.3 163 2/24/2023
3.2.0-alpha.2 156 2/23/2023
3.1.0 1,908 2/8/2023
3.0.8 1,873 1/31/2023
3.0.7 1,900 1/10/2023
3.0.6 1,844 1/1/2023
3.0.5 1,848 1/1/2023
3.0.4 1,865 12/22/2022
3.0.3 2,157 11/29/2022
3.0.2 1,841 11/25/2022
3.0.1 1,843 11/24/2022
3.0.0 1,833 11/24/2022
3.0.0-alpha.12 149 11/24/2022
2.2.3 2,427 11/2/2022
2.2.2 1,817 11/2/2022
2.2.1 1,839 11/2/2022
2.2.0 1,865 10/26/2022
2.1.0 1,928 10/17/2022
2.0.0 1,840 10/7/2022
1.1.4 1,832 10/4/2022
1.1.3 1,868 9/26/2022
1.1.2 1,829 9/25/2022
1.1.1 1,827 9/25/2022
1.1.0 1,818 9/25/2022
1.1.0-alpha.7 242 9/12/2022
1.0.1-alpha.5 173 9/8/2022
1.0.1-alpha.4 153 9/8/2022
1.0.1-alpha.3 165 9/8/2022
1.0.0-alpha.2 156 9/8/2022
0.6.5 1,838 9/7/2022
0.6.4 1,826 9/6/2022
0.6.3 1,831 9/5/2022
0.6.2 1,812 9/5/2022
0.6.1 1,805 9/5/2022
0.6.0 1,824 9/5/2022
0.5.0 2,025 7/27/2022
0.4.1 1,839 7/27/2022
0.4.0 1,874 7/26/2022
0.3.0 1,848 7/26/2022
0.2.1 1,847 7/25/2022
0.2.0 1,862 7/25/2022
0.2.0-alpha.97 155 7/25/2022
0.2.0-alpha.95 193 7/21/2022
0.2.0-alpha.94 169 7/20/2022
0.2.0-alpha.93 321 7/4/2022
0.2.0-alpha.91 218 6/30/2022
0.2.0-alpha.89 227 6/19/2022
0.2.0-alpha.88 188 6/14/2022
0.2.0-alpha.87 168 6/8/2022
0.2.0-alpha.85 221 6/7/2022
0.2.0-alpha.81 156 6/3/2022
0.2.0-alpha.79 158 6/3/2022
0.2.0-alpha.73 184 5/30/2022
0.2.0-alpha.71 152 5/30/2022
0.2.0-alpha.70 151 5/30/2022
0.2.0-alpha.69 153 5/30/2022
0.2.0-alpha.64 165 5/30/2022
0.2.0-alpha.62 181 5/24/2022
0.2.0-alpha.59 164 5/23/2022
0.2.0-alpha.58 427 4/28/2022
0.2.0-alpha.57 384 3/16/2022
0.2.0-alpha.56 181 3/11/2022
0.2.0-alpha.55 170 3/11/2022
0.2.0-alpha.46 206 12/5/2021
0.2.0-alpha.35 381 4/25/2021
0.2.0-alpha.33 225 4/25/2021
0.2.0-alpha.30 232 4/23/2021
0.1.0-alpha.27 234 2/25/2021
0.1.0-alpha.21 254 2/4/2021
0.1.0-alpha.20 221 2/4/2021
0.1.0-alpha.19 220 1/27/2021
0.1.0-alpha.17 234 1/27/2021

Add new dependency telemetry filter