Templates for .NET
Перейти к файлу
dotnet bot 6b88cfc43e Localized file check-in by OneLocBuild Task: Build definition ID 10077: Build ID 6191399 2022-05-23 16:17:20 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20220509.5 (#674) 2022-05-10 12:39:36 +00:00
src Localized file check-in by OneLocBuild Task: Build definition ID 10077: Build ID 6191399 2022-05-23 16:17:20 -07:00
.editorconfig move to MIT license 2021-07-27 09:34:53 -07:00
.gitattributes adding initial set of templates 2018-03-07 15:19:55 -08:00
.gitignore ignore ci build results 2022-04-20 09:41:22 -07:00
.vsts-ci.yml Publish logs as build artifact 2021-09-30 15:22:17 -07:00
.vsts-dnceng.yml rename everything from master to main 2021-03-16 13:01:14 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-02 14:28:40 -07:00
License.txt move to MIT license 2021-07-27 09:34:53 -07:00
NuGet.config update vssdk packages 2021-04-14 14:30:56 -07:00
README.md Fill out links to other template repositories 2022-01-26 08:42:36 -06:00
SECURITY.md Renormalize files 2021-05-04 09:13:47 -07:00
Templates.sln updating solution file 2022-04-19 14:36:33 -07:00
build.cmd move-to-arcade 2019-04-13 12:31:09 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20220509.5 (#674) 2022-05-10 12:39:36 +00:00
restore.cmd move-to-arcade 2019-04-13 12:31:09 -07:00

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