Skip to content

Commit b38b19c

Browse files
Update core-repos.md (#9119)
* Update core-repos.md * Update core-repos.md * reorganize * updates
1 parent 39e664b commit b38b19c

File tree

1 file changed

+73
-82
lines changed

1 file changed

+73
-82
lines changed

Documentation/core-repos.md

Lines changed: 73 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -2,92 +2,83 @@
22

33
.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.
44

5-
## .NET
6-
7-
|Repository |Description |
8-
|--------------------------------------------------------------------|------------|
9-
|[dotnet/core](https://github.com/dotnet/core) |.NET home repository|
10-
|[dotnet/runtime](https://github.com/dotnet/runtime) |.NET runtime, runtime installers, application model, & Base Class Library (BCL)|
11-
|[dotnet/docs](https://github.com/dotnet/docs) |.NET documentation|
12-
|[dotnet/dotnet-api-docs](https://github.com/dotnet/dotnet-api-docs) |.NET API documentation|
13-
|[dotnet/project-system](https://github.com/dotnet/project-system) |Visual Studio project system for C#, F#, & VB|
14-
|[dotnet/sdk](https://github.com/dotnet/sdk) |.NET SDK (used by Visual Studio & .NET CLI)|
15-
|[dotnet/installer](https://github.com/dotnet/installer) |.NET installer (produces zips, tarballs, and installers for the .NET SDK)
16-
|[dotnet/extensions](https://github.com/dotnet/extensions) |.NET extension APIs (DI, logging, configuration, etc.)|
17-
|[dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) |.NET Docker images|
18-
|[dotnet/templating](https://github.com/dotnet/templating) |Templating engine used by `dotnet new`|
19-
|[dotnet/test-templates](https://github.com/dotnet/test-templates) |.NET unit testing project templates|
20-
|[dotnet/winforms](https://github.com/dotnet/winforms) |Windows Forms|
21-
|[dotnet/wpf](https://github.com/dotnet/wpf) |Windows Presentation Foundation (WPF)|
22-
|[dotnet/maui](https://github.com/dotnet/maui) |.NET Multi-platform App UI|
5+
## Platform
6+
7+
|Repository |Issues |Discussions | Description |
8+
|--------------------------------------------------------------------|:----------------------------------------------------:|:--------------------------------------------------------:|-------------|
9+
|[dotnet/core](https://github.com/dotnet/core) |[🔗](https://github.com/dotnet/core/issues) | |.NET home repository|
10+
|[dotnet/runtime](https://github.com/dotnet/runtime) |[🔗](https://github.com/dotnet/runtime/issues) |[🔗](https://github.com/dotnet/runtime/discussions) |.NET runtime, runtime installers, application model, & Base Class Library (BCL)|
11+
|[dotnet/sdk](https://github.com/dotnet/sdk) |[🔗](https://github.com/dotnet/sdk/issues) | |.NET SDK (used by Visual Studio & .NET CLI)|
12+
13+
14+
## Compilers & Languages
15+
|Repository |Issues |Discussions | Description |
16+
|--------------------------------------------------------------------|:----------------------------------------------------:|:--------------------------------------------------------:|-------------|
17+
|[dotnet/csharplang](https://github.com/dotnet/csharplang) |[🔗](https://github.com/dotnet/csharplang/issues) |[🔗](https://github.com/dotnet/csharplang/discussions) |C# suggestions, specification, ongoing language design |
18+
|[dotnet/fsharp](https://github.com/dotnet/fsharp) |[🔗](https://github.com/dotnet/fsharp/issues) |[🔗](https://github.com/dotnet/fsharp/discussions) |The F# compiler, FSharp.Core library, and tools for F# |
19+
|[dotnet/razor](https://github.com/dotnet/razor) |[🔗](https://github.com/dotnet/razor/issues) | |Compiler and tooling experience for Razor |
20+
|[dotnet/roslyn](https://github.com/dotnet/roslyn) |[🔗](https://github.com/dotnet/roslyn/issues) |[🔗](https://github.com/dotnet/roslyn/discussions) |Roslyn (C# / VB compiler) |
21+
|[dotnet/vblang](https://github.com/dotnet/vblang) |[🔗](https://github.com/dotnet/vblang/issues) | |VB suggestions, specification, ongoing language design |
22+
23+
## Libraries
24+
25+
|Repository |Issues |Discussions | Description |
26+
|------------------------------------------------------|:-----------------------------------------------:|:---------------------------------------------------:|-------------|
27+
|[dotnet/efcore](https://github.com/dotnet/efcore) |[🔗](https://github.com/dotnet/efcore/issues) | |EF Core |
28+
|[dotnet/ef6](https://github.com/dotnet/ef6) |[🔗](https://github.com/dotnet/ef6/issues) | |EF 6 |
29+
|[dotnet/extensions](https://github.com/dotnet/extensions) |[🔗](https://github.com/dotnet/extensions/issues) |[🔗](https://github.com/dotnet/extensions/discussions) |.NET extension APIs (DI, logging, configuration, etc.)|
30+
|[dotnet/machinelearning](https://github.com/dotnet/machinelearning) |[🔗](https://github.com/dotnet/machinelearning/issues) | |ML.NET |
31+
|[dotnet/spark](https://github.com/dotnet/spark) |[🔗](https://github.com/dotnet/spark/issues) |[🔗](https://github.com/dotnet/spark/discussions) |.NET for Apache® Spark™ |
32+
|[dotnet/sqlclient](https://github.com/dotnet/sqlclient) |[🔗](https://github.com/dotnet/sqlclient/issues) |[🔗](https://github.com/dotnet/sqlclient/discussions) |SqlClient data provider for SQL Server|
33+
|[dotnet/wcf](https://github.com/dotnet/wcf) |[🔗](https://github.com/dotnet/wcf/issues) | |WCF client libraries|
34+
|[CoreWCF/CoreWCF](https://github.com/CoreWCF/CoreWCF) |[🔗](https://github.com/CoreWCF/CoreWCF/issues) |[🔗](https://github.com/CoreWCF/CoreWCF/discussions) | Core WCF client libraries|
35+
36+
## App Workloads
37+
38+
|Repository |Issues |Discussions | Description |
39+
|-------------------------------------------------------------------|:------------------------------------------------------:|:----------------------------------------------------------:|-------------|
40+
|[dotnet/aspire](https://github.com/dotnet/aspire) |[🔗](https://github.com/dotnet/aspire/issues) |[🔗](https://github.com/dotnet/aspire/discussions) |.NET Aspire |
41+
|[dotnet/aspnetcore](https://github.com/dotnet/aspnetcore) |[🔗](https://github.com/dotnet/aspnetcore/issues) |[🔗](https://github.com/dotnet/aspnetcore/discussions) |ASP.NET Core framework |
42+
|[dotnet/maui](https://github.com/dotnet/maui) |[🔗](https://github.com/dotnet/maui/issues) |[🔗](https://github.com/dotnet/maui/discussions) |.NET Multi-platform App UI (MAUI)|
43+
|[dotnet/winforms](https://github.com/dotnet/winforms) |[🔗](https://github.com/dotnet/winforms/issues) |[🔗](https://github.com/dotnet/winforms/discussions) |Windows Forms|
44+
|[dotnet/wpf](https://github.com/dotnet/wpf) |[🔗](https://github.com/dotnet/wpf/issues) |[🔗](https://github.com/dotnet/wpf/discussions) |Windows Presentation Foundation (WPF)|
45+
46+
## Tools
47+
48+
|Repository |Issues |Discussions | Description |
49+
|--------------------------------------------------------------------|:-----------------------------------------------:|:---------------------------------------------------:|------------|
50+
|[dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) |[🔗](https://github.com/dotnet/dotnet-docker/issues) |[🔗](https://github.com/dotnet/dotnet-docker/discussions)|.NET Docker images|
51+
|[dotnet/installer](https://github.com/dotnet/installer) |[🔗](https://github.com/dotnet/installer/issues) | |.NET installer (produces zips, tarballs, and installers for the .NET SDK)
52+
|[dotnet/machinelearning-modelbuilder](https://github.com/dotnet/machinelearning-modelbuilder) |[🔗](https://github.com/dotnet/machinelearning-modelbuilder/issues) | |ML.NET Tooling |
53+
|[dotnet/msbuild](https://github.com/dotnet/msbuild) |[🔗](https://github.com/dotnet/msbuild/issues)|[🔗](https://github.com/dotnet/msbuild/discussions)|Build platform for .NET & Visual Studio|
54+
|[dotnet/Scaffolding](https://github.com/dotnet/Scaffolding) |[🔗](https://github.com/dotnet/Scaffolding/issues) | |ASP.NET Core code generators |
55+
|[dotnet/websdk](https://github.com/dotnet/websdk) |[🔗](https://github.com/dotnet/websdk/issues) | |MSBuild tasks & targets for ASP.NET Core apps|
56+
|[dotnet/project-system](https://github.com/dotnet/project-system) |[🔗](https://github.com/dotnet/project-system/issues) | |Visual Studio project system for C#, F#, & VB|
57+
|[dotnet/templating](https://github.com/dotnet/templating) |[🔗](https://github.com/dotnet/templating/issues) |[🔗](https://github.com/dotnet/templating/discussions) |Templating engine used by `dotnet new`|
58+
|[dotnet/test-templates](https://github.com/dotnet/test-templates) |[🔗](https://github.com/dotnet/test-templates/issues) | |.NET unit testing project templates|
59+
|[dotnet/vscode-csharp](https://github.com/dotnet/vscode-csharp) |[🔗](https://github.com/dotnet/vscode-csharp/issues) |[🔗](https://github.com/dotnet/vscode-csharp/discussions) |C# support for VS Code|
2360

24-
## .NET Framework
25-
26-
|Repository |Description |
27-
|------------------------------------------------------------------------------------------|------------|
28-
|[Dev Community](https://developercommunity.visualstudio.com/spaces/61/index.html) |Report issues to .NET Framework Developer Community|
29-
|[microsoft/dotnet-framework-docker](https://github.com/microsoft/dotnet-framework-docker) |.NET Framework Docker images|
30-
31-
## .NET Standard
32-
33-
|Repository |Description |
34-
|------------------------------------------------------|------------------------|
35-
|[dotnet/standard](https://github.com/dotnet/standard) |.NET Standard definition|
36-
37-
## ASP.NET
38-
39-
|Repository |Description |
40-
|-------------------------------------------------------------------|---------------------------------------------|
41-
|[dotnet/aspnetcore](https://github.com/dotnet/aspnetcore) |ASP.NET Core framework |
42-
|[dotnet/AspNetCore.Docs](https://github.com/dotnet/AspNetCore.Docs)|ASP.NET Core documentation |
43-
|[dotnet/AspNetDocs](https://github.com/dotnet/AspNetDocs) |ASP.NET 4.x documentation |
44-
|[dotnet/Scaffolding](https://github.com/dotnet/Scaffolding) |ASP.NET Core code generators |
45-
|[dotnet/websdk](https://github.com/dotnet/websdk) |MSBuild tasks & targets for ASP.NET Core apps|
46-
47-
## Build platform
48-
49-
|Repository |Description |
50-
|---------------------------------------------------------|---------------------------------------|
51-
|[dotnet/msbuild](https://github.com/dotnet/msbuild) |Build platform for .NET & Visual Studio|
5261

53-
## Entity Framework and data access
54-
55-
|Repository |Description |
56-
|-----------------------------------------------------------------------------|--------------------------------------|
57-
|[dotnet/efcore](https://github.com/dotnet/efcore) |EF Core |
58-
|[dotnet/ef6](https://github.com/dotnet/ef6) |EF 6 |
59-
|[dotnet/EntityFramework.Docs](https://github.com/dotnet/EntityFramework.Docs)|EF Core & EF 6 documentation |
60-
|[dotnet/sqlclient](https://github.com/dotnet/sqlclient) |SqlClient data provider for SQL Server|
61-
62-
## Machine Learning and AI
63-
64-
|Repository |Description |
65-
|----------------------------------------------------------------------------------------------|-------------------------|
66-
|[dotnet/machinelearning](https://github.com/dotnet/machinelearning) |ML.NET |
67-
|[dotnet/machinelearning-modelbuilder](https://github.com/dotnet/machinelearning-modelbuilder) |ML.NET Tooling |
68-
|[dotnet/ml-api-docs](https://github.com/dotnet/ml-api-docs) |ML.NET API documentation |
69-
|[dotnet/spark](https://github.com/dotnet/spark) |.NET for Apache® Spark™ |
70-
71-
## Languages
62+
## NuGet
7263

73-
|Repository |Description |
74-
|-------------------------------------------------------------------------|-------------------------------------------------------|
75-
|[dotnet/roslyn](https://github.com/dotnet/roslyn) |Roslyn (C# / VB compiler) |
76-
|[dotnet/csharplang](https://github.com/dotnet/csharplang) |C# suggestions, specification, ongoing language design |
77-
|[dotnet/vblang](https://github.com/dotnet/vblang) |VB suggestions, specification, ongoing language design |
78-
|[dotnet/fsharp](https://github.com/dotnet/fsharp) |The F# compiler, FSharp.Core library, and tools for F# |
79-
|[fsharp/fslang-design](https://github.com/fsharp/fslang-design) |RFCs and docs related to the F# language design process|
80-
|[fsharp/fslang-suggestions](https://github.com/fsharp/fslang-suggestions)|F# language and FSharp.Core library suggestions |
64+
|Repository |Issues |Discussions | Description |
65+
|------------------------------------------------------------|:-----------------------------------------:|:---------------------------------------------:|-------------|
66+
|[nuget/home](https://github.com/nuget/home) |[🔗](https://github.com/nuget/home/issues)|[🔗](https://github.com/nuget/home/discussions)|NuGet client|
8167

82-
## NuGet
68+
## Documentation
8369

84-
|Repository |Description |
85-
|------------------------------------------------------------|------------|
86-
|[nuget/home](https://github.com/nuget/home) |NuGet client|
87-
|[nuget/nugetgallery](https://github.com/nuget/nugetgallery) |NuGet.org |
70+
|Repository |Issues |Discussions | Description |
71+
|--------------------------------------------------------------------|:----------------------------------------------------:|:--------------------------------------------------------:|-------------|
72+
|[dotnet/docs](https://github.com/dotnet/docs) |[🔗](https://github.com/dotnet/docs/issues) | |.NET documentation|
73+
|[dotnet/dotnet-api-docs](https://github.com/dotnet/dotnet-api-docs) |[🔗](https://github.com/dotnet/dotnet-api-docs/issues)| |.NET API documentation|
74+
|[dotnet/AspNetCore.Docs](https://github.com/dotnet/AspNetCore.Docs)|[🔗](https://github.com/dotnet/AspNetCore.Docs/issues) |[🔗](https://github.com/dotnet/AspNetCore.Docs/discussions) |ASP.NET Core documentation |
75+
|[dotnet/AspNetDocs](https://github.com/dotnet/AspNetDocs) |[🔗](https://github.com/dotnet/AspNetDocs/issues) | |ASP.NET 4.x documentation |
76+
|[dotnet/EntityFramework.Docs](https://github.com/dotnet/EntityFramework.Docs)|[🔗](https://github.com/dotnet/EntityFramework.Docs/issues) | |EF Core & EF 6 documentation |
77+
|[dotnet/ml-api-docs](https://github.com/dotnet/ml-api-docs) |[🔗](https://github.com/dotnet/ml-api-docs/issues) | |ML.NET API documentation |
8878

89-
## WCF
79+
## .NET Framework
9080

91-
|Repository |Description |
92-
|--------------------------------------------|--------------------|
93-
|[dotnet/wcf](https://github.com/dotnet/wcf) |WCF client libraries|
81+
|Repository |Description |
82+
|------------------------------------------------------------------------------------------|------------|
83+
|[Dev Community](https://developercommunity.visualstudio.com/spaces/61/index.html) |Report issues to .NET Framework Developer Community|
84+
|[microsoft/dotnet-framework-docker](https://github.com/microsoft/dotnet-framework-docker) |.NET Framework Docker images|

0 commit comments

Comments
 (0)