My.Amazing.Template 1.0.0

dotnet new install My.Amazing.Template::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

https://github.com/DJayDeep/My.Amazing.Template.git

Install this package for Visual Studio 2022 supporting net6.0 for minimal and quick starting your API Development with serilog.

This will add a template option while creating a new project with the name "My Amazing Template". Give your project a desired name and on the next step. It will have the following configuration options :

  1. Framework selection between net5.0 and net6.0
  2. EnableSerilogLogging - To implement serilog middleware logging for exception and application logging to configured Database, local Text Files inside Logs Folder and console logs (for more info visit : https://serilog.net )
  3. EnableSwaggerSupport - To Implement Swagger UI for API Documentation
  4. IncludeDevAppSettings - Whether to include a dev.appsettings.json File.
  5. Database Connections string - Define the required connection string to be used for application database (MS Sql Server). Leave it default for local express server. This updates the Connection string value in appsettings.json File.

Entity Framework is implemented.

  • .NETStandard 2.0

    • No dependencies.

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
1.0.0 2,130 7/25/2023