- .NET SDK
- ASP.NET Core Template
- Video Tutorial*
- Custom templates for dotnet new
- Tutorial: Create an item template
- WiKi
- Samples
# dotnet build --force
dotnet pack -c Release --force -o .
# dotnet new install .
dotnet new install Bnaya.SourceGenerator.Template
dotnet new srcgen -h
dotnet new srcgen -n {name-of-the-project}
# dotnet new uninstall {name-of-the-project}
# dotnet new uninstall .
dotnet new uninstall Bnaya.SourceGenerator.Templatedotnet new srcgen -n Comp.MyGenerator