dotnet-core/Documentation/core-repos.md

42 lines
1.9 KiB
Markdown
Raw Normal View History

# .NET Core Repos
There are many repos that make up .NET Core. To file an issue, make a PR, or engage on specific topics, it is best to engage with developers working on the right repo. A largely complete set of .NET Core repositories follows.
## .NET Core
* [dotnet/cli](https://github.com/dotnet/cli) - .NET Core CLI tools
* [dotnet/runtime](https://github.com/dotnet/runtime) - .NET Core Runtime
* [dotnet/docs](https://github.com/dotnet/docs) - .NET documentation
2019-08-13 18:21:28 +02:00
* [dotnet/project-system](https://github.com/dotnet/project-system) - .NET Core Project System
* [dotnet/sdk](https://github.com/dotnet/sdk) - .NET Core SDK (used by Visual Studio and CLI)
2017-07-05 20:03:49 +02:00
* [dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - .NET Core Docker images
* [dotnet/wpf](https://github.com/dotnet/wpf) - Windows Presentation Foundation
* [dotnet/winforms](https://github.com/dotnet/winforms) - Windows Forms
## .NET Standard
* [dotnet/standard](https://github.com/dotnet/standard) - .NET Standard definition
## Languages
* [dotnet/roslyn](https://github.com/dotnet/roslyn) - Roslyn (C#/VB compiler) and C#
2017-07-05 20:03:49 +02:00
* [dotnet/csharplang](https://github.com/dotnet/csharplang) - C# spec
* [dotnet/vblang](https://github.com/dotnet/vblang) - VB spec
2019-05-22 14:26:14 +02:00
* [dotnet/fsharp](https://github.com/dotnet/fsharp) - The F# compiler, FSharp.Core library, and tools for F#
## NuGet
* [nuget/home](https://github.com/nuget/home) - NuGet client
## ASP.NET Core
2020-03-30 16:18:06 +02:00
* [dotnet/aspnetcore](https://github.com/dotnet/aspnetcore) - ASP.NET Core framework
* [dotnet/AspNetCore.Docs](https://github.com/dotnet/AspNetCore.Docs) - ASP.NET and ASP.NET Core documentation
2017-07-05 20:03:49 +02:00
## WCF
* [dotnet/wcf](https://github.com/dotnet/wcf) - WCF
2017-07-05 20:03:49 +02:00
## .NET Framework
* [microsoft/dotnet](https://github.com/microsoft/dotnet) - catch-all repository for .NET (where most .NET Framework issues are filed)
2018-01-28 06:22:41 +01:00
* [microsoft/dotnet-framework-docker](https://github.com/microsoft/dotnet-framework-docker) - .NET Framework Docker images