dotnet-core/Documentation/core-repos.md

6.9 KiB

.NET repositories

.NET Core 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 Core and related repositories follows.

.NET Core

Repository Description
dotnet/core .NET Core home repository
dotnet/runtime .NET Core 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 Core SDK (used by Visual Studio & .NET Core CLI)
dotnet/installer .NET Core installer (produces zips, tarballs, and installers for the .NET SDK)
dotnet/extensions .NET extension APIs (DI, logging, configuration, etc.)
dotnet/dotnet-docker .NET Core Docker images
dotnet/templating Templating engine used by dotnet new
dotnet/test-templates .NET Core unit testing project templates
dotnet/winforms Windows Forms
dotnet/wpf Windows Presentation Foundation (WPF)
dotnet/maui .NET Multi-platform App UI

.NET Framework

Repository Description
Dev Community Report issues to .NET Framework Developer Community
microsoft/dotnet-framework-docker .NET Framework Docker images

.NET Standard

Repository Description
dotnet/standard .NET Standard definition

ASP.NET

Repository Description
dotnet/aspnetcore ASP.NET Core framework
dotnet/AspNetCore.Docs ASP.NET Core documentation
dotnet/AspNetDocs ASP.NET 4.x documentation
dotnet/Scaffolding ASP.NET Core code generators
dotnet/websdk MSBuild tasks & targets for ASP.NET Core apps

Build platform

Repository Description
dotnet/msbuild Build platform for .NET & Visual Studio

Entity Framework and data access

Repository Description
dotnet/efcore EF Core
dotnet/ef6 EF 6
dotnet/EntityFramework.Docs EF Core & EF 6 documentation
dotnet/sqlclient SqlClient data provider for SQL Server

Machine Learning and AI

Repository Description
dotnet/machinelearning ML.NET
dotnet/machinelearning-modelbuilder ML.NET Tooling
dotnet/ml-api-docs ML.NET API documentation
dotnet/spark .NET for Apache® Spark™

Languages

Repository Description
dotnet/roslyn Roslyn (C# / VB compiler)
dotnet/csharplang C# suggestions, specification, ongoing language design
dotnet/vblang VB suggestions, specification, ongoing language design
dotnet/fsharp The F# compiler, FSharp.Core library, and tools for F#
fsharp/fslang-design RFCs and docs related to the F# language design process
fsharp/fslang-suggestions F# language and FSharp.Core library suggestions

NuGet

Repository Description
nuget/home NuGet client
nuget/nugetgallery NuGet.org

WCF

Repository Description
dotnet/wcf WCF client libraries