Boxwise.Service.Template 1.0.7
README
About The Project
This repo provides a place to maintain template that give specific implementation of desired applications within Boxwise. This template is a dotnet template that can be used to create a new project with the same structure as the template to avoid deviation between applications.
Built With
Getting Started
This packages is a template for dotnet. It can be used to create a new project with the same structure as the template. The template is designed to be used with dotnet 6.0 or higher.
Prerequisite for using this template
This template make use of gitversioning in CICD Nuke Build pipeline to version dll, docker etc. This can result in error when this template is used in a non git environment.
Usage
you can download the template from the NuGet feed of boxwise and use the cli tool of dotnet to install Boxwise nuget
dotnet new install <path-nuget>
You can just can use this template through the IDE when it's installed through dotnet. open IDE, new, find the template, give name the other option is to use the cli tool dotnet
dotnet new <short-name-of-temlpate> -o "DesiredName"
.NET 8.0
- No dependencies.