This repository contains the demo templates from my talk at Swetugg 2025 entitled "dotnet new Templates: an underused tool in a .NET developers toolkit".
If you want to install and test these locally:
- Clone this repository
- Navigate to the
Templates
folder cmd > dotnet new install .\
Each template is in its own folder inside Templates
. Look at .template.config\template.json
to see the configuration file for each template.
dotnet new demoitem
dotnet new demoproject -n MyProject
dotnet new demosolution -n MyApp