Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaira Wenzel <mairaw@microsoft.com>2021-11-06 04:19:36 +0300
committerGitHub <noreply@github.com>2021-11-06 04:19:36 +0300
commit1ac3b7390d1c5665135669ad6c6d252576bc2a32 (patch)
treeb4d217c525cf7d9a0bd60e49885d6507863cebd6 /Documentation
parent5177e9e30ac073b331a82c03ca99fa359917998a (diff)
Update list of repos (#6763)
* Update list of repos * one more * Update core-repos.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/core-repos.md45
1 files changed, 27 insertions, 18 deletions
diff --git a/Documentation/core-repos.md b/Documentation/core-repos.md
index 41197f05..7fa0fe58 100644
--- a/Documentation/core-repos.md
+++ b/Documentation/core-repos.md
@@ -4,28 +4,28 @@
## .NET Core
-|Repository |Description |
-|------------------------------------------------------------------|------------|
-|[dotnet/core](https://github.com/dotnet/core) |.NET Core home repository|
-|[dotnet/runtime](https://github.com/dotnet/runtime) |.NET Core runtime, runtime installers, application model, & Base Class Library (BCL)|
-|[dotnet/docs](https://github.com/dotnet/docs) |.NET documentation|
+|Repository |Description |
+|--------------------------------------------------------------------|------------|
+|[dotnet/core](https://github.com/dotnet/core) |.NET Core home repository|
+|[dotnet/runtime](https://github.com/dotnet/runtime) |.NET Core runtime, runtime installers, application model, & Base Class Library (BCL)|
+|[dotnet/docs](https://github.com/dotnet/docs) |.NET documentation|
|[dotnet/dotnet-api-docs](https://github.com/dotnet/dotnet-api-docs) |.NET API documentation|
-|[dotnet/project-system](https://github.com/dotnet/project-system) |Visual Studio project system for C#, F#, & VB|
-|[dotnet/sdk](https://github.com/dotnet/sdk) |.NET Core SDK (used by Visual Studio & .NET Core CLI)|
-|[dotnet/installer](https://github.com/dotnet/installer) |.NET Core installer (produces zips, tarballs, and installers for the .NET SDK)
-|[dotnet/extensions](https://github.com/dotnet/extensions) |.NET extension APIs (DI, logging, configuration, etc.)|
-|[dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) |.NET Core Docker images|
-|[dotnet/templating](https://github.com/dotnet/templating) |Templating engine used by `dotnet new`|
-|[dotnet/test-templates](https://github.com/dotnet/test-templates) |.NET Core unit testing project templates|
-|[dotnet/winforms](https://github.com/dotnet/winforms) |Windows Forms|
-|[dotnet/wpf](https://github.com/dotnet/wpf) |Windows Presentation Foundation (WPF)|
-|[dotnet/maui](https://github.com/dotnet/maui) |.NET Multi-platform App UI|
+|[dotnet/project-system](https://github.com/dotnet/project-system) |Visual Studio project system for C#, F#, & VB|
+|[dotnet/sdk](https://github.com/dotnet/sdk) |.NET Core SDK (used by Visual Studio & .NET Core CLI)|
+|[dotnet/installer](https://github.com/dotnet/installer) |.NET Core installer (produces zips, tarballs, and installers for the .NET SDK)
+|[dotnet/extensions](https://github.com/dotnet/extensions) |.NET extension APIs (DI, logging, configuration, etc.)|
+|[dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) |.NET Core Docker images|
+|[dotnet/templating](https://github.com/dotnet/templating) |Templating engine used by `dotnet new`|
+|[dotnet/test-templates](https://github.com/dotnet/test-templates) |.NET Core unit testing project templates|
+|[dotnet/winforms](https://github.com/dotnet/winforms) |Windows Forms|
+|[dotnet/wpf](https://github.com/dotnet/wpf) |Windows Presentation Foundation (WPF)|
+|[dotnet/maui](https://github.com/dotnet/maui) |.NET Multi-platform App UI|
## .NET Framework
-|Repository |Description |
-|------------------------------------------------------------------|------------|
-|[Dev Community](https://developercommunity.visualstudio.com/spaces/61/index.html) |Report issues to .NET Framework Developer Community|
+|Repository |Description |
+|------------------------------------------------------------------------------------------|------------|
+|[Dev Community](https://developercommunity.visualstudio.com/spaces/61/index.html) |Report issues to .NET Framework Developer Community|
|[microsoft/dotnet-framework-docker](https://github.com/microsoft/dotnet-framework-docker) |.NET Framework Docker images|
## .NET Standard
@@ -59,6 +59,15 @@
|[dotnet/EntityFramework.Docs](https://github.com/dotnet/EntityFramework.Docs)|EF Core & EF 6 documentation |
|[dotnet/sqlclient](https://github.com/dotnet/sqlclient) |SqlClient data provider for SQL Server|
+## Machine Learning and AI
+
+|Repository |Description |
+|----------------------------------------------------------------------------------------------|-------------------------|
+|[dotnet/machinelearning](https://github.com/dotnet/machinelearning) |ML.NET |
+|[dotnet/machinelearning-modelbuilder](https://github.com/dotnet/machinelearning-modelbuilder) |ML.NET Tooling |
+|[dotnet/ml-api-docs](https://github.com/dotnet/ml-api-docs) |ML.NET API documentation |
+|[dotnet/spark](https://github.com/dotnet/spark) |.NET for ApacheĀ® Sparkā„¢ |
+
## Languages
|Repository |Description |