PivotalServices.WebApiTemplate.CSharp2
1.0.7
Prefix Reserved
dotnet new install PivotalServices.WebApiTemplate.CSharp2::1.0.7
About
This is an opinionated ASP.NET Web API template for the dotnet new command. This template can help developers to start writing code for business features, right after using it. For more details about the template, go to project readme.
Getting Started
Install the template from nuget.org
dotnet new -i PivotalServices.WebApiTemplate.CSharp2This should install a template with the shortname
pvtlwebapi2Templates Short Name Language Tags ---------------------------------------------------------------------------------------------------------------------------- Pivotal WebAPI Template - v2 pvtlwebapi2 [C#] WebAPI/Web/ModularTo generate a new project
dotnet new pvtlwebapi2 -n <NAME_OF_SOLUTION>Make sure you have the compatible .NET Core SDK versions installed
Package Version 1.0.7 → .NET Core SDK Version 6.0
Goto the folder and run either
.\build.bator./build.shfor the initial build.If docker is available and to run the application in docker, run
docker compose upordocker-compose up
-
net6.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.