.NET repositories
.NET consists of many repositories. To file an issue, make a PR, or engage on specific topics, it’s best to engage with developers working in the correct repo. A largely complete set of .NET and related repositories follows.
.NET
| Repository |
Description |
| dotnet/core |
.NET home repository |
| dotnet/runtime |
.NET runtime, runtime installers, application model, & Base Class Library (BCL) |
| dotnet/docs |
.NET documentation |
| dotnet/dotnet-api-docs |
.NET API documentation |
| dotnet/project-system |
Visual Studio project system for C#, F#, & VB |
| dotnet/sdk |
.NET SDK (used by Visual Studio & .NET CLI) |
| dotnet/installer |
.NET installer (produces zips, tarballs, and installers for the .NET SDK) |
| dotnet/extensions |
.NET extension APIs (DI, logging, configuration, etc.) |
| dotnet/dotnet-docker |
.NET Docker images |
| dotnet/templating |
Templating engine used by dotnet new |
| dotnet/test-templates |
.NET unit testing project templates |
| dotnet/winforms |
Windows Forms |
| dotnet/wpf |
Windows Presentation Foundation (WPF) |
| dotnet/maui |
.NET Multi-platform App UI |
.NET Framework
.NET Standard
ASP.NET
| Repository |
Description |
| dotnet/msbuild |
Build platform for .NET & Visual Studio |
Entity Framework and data access
Machine Learning and AI
Languages
NuGet
WCF
| Repository |
Description |
| dotnet/wcf |
WCF client libraries |