From 1ac3b7390d1c5665135669ad6c6d252576bc2a32 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 5 Nov 2021 18:19:36 -0700 Subject: [PATCH] Update list of repos (#6763) * Update list of repos * one more * Update core-repos.md --- Documentation/core-repos.md | 45 ++++++++++++++++++++++--------------- 1 file 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 |