https://github.com/dotnet/templates
Templates for .NET
https://github.com/dotnet/templates
Last synced: 3 months ago
JSON representation
Templates for .NET
- Host: GitHub
- URL: https://github.com/dotnet/templates
- Owner: dotnet
- Archived: true
- Created: 2018-02-13T23:15:09.000Z (about 7 years ago)
- Default Branch: archive
- Last Pushed: 2024-06-20T18:06:40.000Z (11 months ago)
- Last Synced: 2025-01-11T02:27:33.018Z (4 months ago)
- Homepage:
- Size: 7.74 MB
- Stars: 183
- Watchers: 220
- Forks: 59
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: License.txt
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
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) |