.NET default templates are located in several repositories.
This folder contains common project and item templates:
- Console App (
console
) - Class Library (
classlib
) - .NET
gitignore
(gitignore
) - Editor config (
editorconfig
) - Test templates (
mstest
,nunit
,xunit
) and some others
The issues for the content of these templates should be opened in dotnet/sdk repo with label Area-Templates
.
The other templates are located in the following repositories:
Templates | Repository |
---|---|
ASP.NET and Blazor templates | dotnet/aspnetcore |
ASP.NET Single Page Application templates | dotnet/spa-templates |
WPF templates | dotnet/wpf |
Windows Forms templates | dotnet/winforms |
MAUI templates | dotnet/maui |
Issues for the template content should be opened in the corresponding repository.