An open API service indexing awesome lists of open source software.

https://github.com/dotnet/templates

Templates for .NET
https://github.com/dotnet/templates

Last synced: 3 months ago
JSON representation

Templates for .NET

Awesome Lists containing this project

README

        

# dotnet-templates (read-only)

This repository contained various .NET templates for Visual Studio. At this time, all templates have been moved into their respective repos or the [dotnet/sdk](https://github.com/dotnet/sdk) repo. Any templates used for testing have been moved into the Visual Studio internal repo. See https://github.com/dotnet/templates/pull/846 for more details.

Issues for the templates should be opened in following repositories:

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