.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Project templates with batteries included, providing the minimum amount of code required to get you going.
.editorconfig
- A very generic .editorconfig file supporting .NET, C#, VB and web technologies..gitattributes
- A .gitattributes file supporting normalized line endings and Git Large File System (LFS).dotnet new --install Boxed.Templates
to install the project templates.api
, graphql
, nuget
, orleans
.dotnet new api --help
to see how to select the feature of the project.dotnet new api --name "MyProject"
along with any other custom options to create a project from the template.You can find release notes for each version here and a To-Do list of new features and enhancements coming soon in the projects tab.
Name | Operating System | Status | History |
---|---|---|---|
Azure Pipelines | Ubuntu | ||
Azure Pipelines | Mac | ||
Azure Pipelines | Windows | ||
Azure Pipelines | Overall | ||
GitHub Actions | Ubuntu, Mac & Windows | ||
AppVeyor | Ubuntu, Mac & Windows |
Please view the Contributing guide for more information.