Templates for .NET
Перейти к файлу
MSLukeWest 454eb94c94
Merge pull request #846 from dotnet/dev/lukewest/main/RemoveMAUIandNETProjectTemplates
Removing all project tempaltes from branch in preparation for deprecation
2024-05-03 16:44:31 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20240202.4 (#842) 2024-02-03 13:18:06 +00:00
src Removing all project tempaltes from branch in preparation for deprecation 2024-05-03 14:50:29 -07:00
.editorconfig
.gitattributes
.gitignore
.vsts-ci.yml
.vsts-dnceng.yml
CODE-OF-CONDUCT.md
License.txt
NuGet.config
README.md
SECURITY.md
Templates.sln Removing folder 2024-05-03 16:40:26 -07:00
build.cmd
global.json Update dependencies from https://github.com/dotnet/arcade build 20240202.4 (#842) 2024-02-03 13:18:06 +00:00
restore.cmd

README.md

dotnet-templates

This repository contains various .NET templates for Visual Studio.

Issues for the templates should be opened in following repositories:

Templates Repository
Common project (classlib, console) and item templates dotnet/templating
ASP.NET and Blazor templates dotnet/aspnetcore
WPF templates dotnet/wpf
Windows Forms templates dotnet/winforms
Test templates dotnet/test-templates
Microsoft.Maui.Templates dotnet/maui
Microsoft.iOS.Templates xamarin/xamarin-macios
Microsoft.MacCatalyst.Templates xamarin/xamarin-macios
Microsoft.MacOS.Templates xamarin/xamarin-macios
Microsoft.tvOS.Templates xamarin/xamarin-macios
Microsoft.Android.Templates xamarin/xamarin-android

.NET Core

Templates for .NET Core in Visual Studio

Editorconfig

Templates for creating a default editorconfig in Visual Studio.

Testing locally

To test this repository run the following from the command-line:

>git clone https://github.com/dotnet/templates.git
>cd templates
>build.cmd /p:DeployExtension=true
>devenv /rootSuffix Exp