sdk/template_feed
Matt Kotsenas b58586e366
Exclude Directory.Build.rsp from .gitignore template (#42401)
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
2024-08-22 09:22:06 -05:00
..
Microsoft.DotNet.Common.ItemTemplates Exclude Directory.Build.rsp from .gitignore template (#42401) 2024-08-22 09:22:06 -05:00
Microsoft.DotNet.Common.ProjectTemplates.9.0 Include templates in SDK layout 2024-05-07 09:57:37 +00:00
README.md added and altered readme files after moving `dotnet new` and templates (#27330) 2022-08-23 13:25:40 +02:00

README.md

Common project and item templates

.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) 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
Test templates dotnet/test-templates
MAUI templates dotnet/maui

Issues for the template content should be opened in the corresponding repository.