PivotalServices.WebApiTemplate.CSharp2 1.0.7

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet new install PivotalServices.WebApiTemplate.CSharp2::1.0.7
This package contains a .NET Template Package you can call from the shell/command line.

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

  1. Install the template from nuget.org

    dotnet new -i PivotalServices.WebApiTemplate.CSharp2
    
  2. This should install a template with the shortname pvtlwebapi2

    Templates                                         Short Name         Language          Tags
    ----------------------------------------------------------------------------------------------------------------------------
    Pivotal WebAPI Template - v2                        pvtlwebapi2         [C#]              WebAPI/Web/Modular
    
  3. To generate a new project

    dotnet new pvtlwebapi2 -n <NAME_OF_SOLUTION>
    
  4. Make sure you have the compatible .NET Core SDK versions installed

    Package Version 1.0.7 → .NET Core SDK Version 6.0

  5. Goto the folder and run either .\build.bat or ./build.sh for the initial build.

  6. If docker is available and to run the application in docker, run docker compose up or docker-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.

Version Downloads Last updated
1.0.7 513 4/21/2022
1.0.6 477 3/24/2022