AspNet Core REST Service Versions Save

VS2017/VS2019/2022 project template for ASP.Net 5/6 to create fully functional production ready RESTful services

v3.0

1 year ago
  • BREAKING CHANGES: Drop support of .Net Core 3.1
  • The template now uses .Net 6.0 by default
  • Support of Visual Studio 2022
  • All packages was updated to the latest versions

Download the template from Visual Studio Marketplace or directly use VSIX below. Or Install the template via a command line dotnet -i DrWatson1.ProjectTemplate.RestAPI::3.0.0

v2.6

3 years ago
  • Support of .Net 5.0
  • Add dotnet new custom template

Download the template from Visual Studio Marketplace or directly use VSIX below. Or Install the template via a command line dotnet -i DrWatson1.ProjectTemplate.RestAPI::2.6.0

v2.5

3 years ago
  • Minor fixes

Download the template from Visual Studio Marketplace or directly use VSIX below.

v2.4

3 years ago
  • Improve logging

v2.3

3 years ago
  • Load .env before Serilog initialization to make it possible to use environment variables in Serilog configuration options
  • Catch and log unhandled exceptions
  • Update NuGet packages to the latest versions

v2.2

3 years ago
  • Allow Swagger to work behind a proxy
  • Improve Application Settings with Options Pattern and Configuration Extensions
  • Update NuGet packages to latest versions

Download the template from Visual Studio Marketplace or directly use VSIX below.

v2.1

4 years ago
  • Fix deploying to IIS
  • Fix publishing the service

v2.0

4 years ago
  • Target framework changed to .Net Core 3.1
  • Startup code changed to meet new infrastructure
  • Documentation updated
  • Health check service added

v1.3

4 years ago
  • Target framework was updated to .Net Core 2.2
  • All of the NuGet packages were updated to the latest version

v1.2

4 years ago
  • NuGet-packages are updated to the latest versions
  • Project tags are added to make it simple to find this project template in a VS2019 project creation wizard