Add .NET 10.0.0 release notes (#10145)
* Add .NET 10.0.0 release notes and update markdown link-check config - Add complete release notes for .NET 10.0.0 (release-notes/10.0/10.0.0/): README.md, 10.0.0.md and per-area pages (aspnetcore, csharp, dotnetmaui, efcoreanddata, fsharp, libraries, runtime, sdk, winforms, wpf) - Update .github/workflows/markdown-link-check-config.json ignore patterns/formatting * Delete release-notes/10.0/10.0.0/10.0.0.md * Add F# 10 documentation link to release notes for .NET 10 * Update README.md for .NET 10 release notes --------- Co-authored-by: victorisr <victorisr@microsoft.com>
This commit is contained in:
41
release-notes/10.0/10.0.0/README.md
Normal file
41
release-notes/10.0/10.0.0/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# .NET 10 - Release Notes
|
||||
|
||||
.NET 10 was released on November 11th, 2025. Find more information on new features released in .NET 10 by browsing through the release notes below:
|
||||
|
||||
* [Libraries](./libraries.md)
|
||||
* [Runtime](./runtime.md)
|
||||
* [SDK](./sdk.md)
|
||||
|
||||
## Feature Release Notes
|
||||
|
||||
* [.NET MAUI](./dotnetmaui.md)
|
||||
* [ASP.NET Core](./aspnetcore.md)
|
||||
* [C#](./csharp.md)
|
||||
* [EF Core and Data](./efcoreanddata.md)
|
||||
* [F#](./fsharp.md)
|
||||
* [WinForms](./winforms.md)
|
||||
* [WPF](./wpf.md)
|
||||
|
||||
## Get Started
|
||||
|
||||
Instructions on getting started with .NET 10 can be found in the [getting started guide](../get-started.md). Installers and binaries for .NET 10 can be found [here on GitHub](./10.0.0.md).
|
||||
|
||||
## Announcements & Discussions
|
||||
|
||||
Celebrate the launch of .NET 10 and find out more through the [.NET 10 Announcement](https://aka.ms/dotnet10) blog.
|
||||
|
||||
## Stay up-to-date
|
||||
|
||||
You can find a detailed overview of all new features in .NET 10:
|
||||
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview): [Runtime](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/runtime), [Libraries](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/libraries), and [SDK](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/sdk)
|
||||
* [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14)
|
||||
* [What's new in F# 10](https://learn.microsoft.com/dotnet/fsharp/whats-new/fsharp-10)
|
||||
* [What's new in ASP.NET Core](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0)
|
||||
* [What's new in .NET Aspire](https://learn.microsoft.com/dotnet/aspire/whats-new/)
|
||||
* [What's new in .NET MAUI](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10)
|
||||
* [What's new in EF Core](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew)
|
||||
* [What's new in WPF](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100)
|
||||
* [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100)
|
||||
|
||||
The latest .NET 10 release is always available at [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/10.0) and [.NET 10 Releases](../../README.md).
|
||||
17
release-notes/10.0/10.0.0/aspnetcore.md
Normal file
17
release-notes/10.0/10.0.0/aspnetcore.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ASP.NET Core updates in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10).
|
||||
|
||||
This release was focused on quality improvements for the general availability of .NET 10. See the [GitHub Release changelog](https://github.com/dotnet/aspnetcore/compare/v10.0.0-rc.2.24474.3...v10.0.0) for more information in changes between this release and RC 2.
|
||||
|
||||
ASP.NET Core updates in .NET 10:
|
||||
|
||||
* [What's new in ASP.NET Core in .NET 10](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0) documentation.
|
||||
* [Breaking changes](https://docs.microsoft.com/dotnet/core/compatibility/10.0#aspnet-core)
|
||||
* [Roadmap](https://aka.ms/aspnet/roadmap)
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
14
release-notes/10.0/10.0.0/csharp.md
Normal file
14
release-notes/10.0/10.0.0/csharp.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# C# in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10). This release was focused on quality improvements for the general availability of .NET 10.
|
||||
|
||||
C# 14 in .NET 10:
|
||||
|
||||
* [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14) documentation.
|
||||
* [Breaking changes in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/breaking-changes/compiler%20breaking%20changes%20-%20dotnet%2010) documentation.
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
15
release-notes/10.0/10.0.0/dotnetmaui.md
Normal file
15
release-notes/10.0/10.0.0/dotnetmaui.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# .NET MAUI updates in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10).
|
||||
|
||||
This release was focused on quality improvements for the general availability of .NET 10. See the [GitHub Release changelog](https://github.com/dotnet/maui/releases/tag/10.0.0) for more information in changes between this release and RC 2.
|
||||
|
||||
.NET MAUI updates in .NET 10:
|
||||
|
||||
* [What's new in .NET MAUI in .NET 10](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10) documentation.
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
13
release-notes/10.0/10.0.0/efcoreanddata.md
Normal file
13
release-notes/10.0/10.0.0/efcoreanddata.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# EF Core and Data in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10). This release was focused on quality improvements for the general availability of .NET 10.
|
||||
|
||||
EF Core:
|
||||
|
||||
* [What's new in EF Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew) documentation.
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
13
release-notes/10.0/10.0.0/fsharp.md
Normal file
13
release-notes/10.0/10.0.0/fsharp.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# F# in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10). This release was focused on quality improvements for the general availability of .NET 10.
|
||||
|
||||
F# 10:
|
||||
|
||||
* [What's new in F# 10](https://learn.microsoft.com/dotnet/fsharp/whats-new/fsharp-10) documentation.
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
15
release-notes/10.0/10.0.0/libraries.md
Normal file
15
release-notes/10.0/10.0.0/libraries.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Libraries updates in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10).
|
||||
|
||||
This release was focused on quality improvements for the general availability of .NET 10. See the [GitHub Release changelog](https://github.com/dotnet/runtime/compare/v10.0.0-rc.2.24473.5...v10.0.0) for more information in changes between this release and RC 2.
|
||||
|
||||
Libraries updates in .NET 10:
|
||||
|
||||
* [What's new in .NET 10 libraries](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/libraries) documentation.
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
15
release-notes/10.0/10.0.0/runtime.md
Normal file
15
release-notes/10.0/10.0.0/runtime.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Runtime updates in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10).
|
||||
|
||||
This release was focused on quality improvements for the general availability of .NET 10. See the [GitHub Release changelog](https://github.com/dotnet/runtime/compare/v10.0.0-rc.2.24473.5...v10.0.0) for more information in changes between this release and RC 2.
|
||||
|
||||
Runtime updates in .NET 10:
|
||||
|
||||
* [What's new in the .NET Runtime in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/runtime) documentation.
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
15
release-notes/10.0/10.0.0/sdk.md
Normal file
15
release-notes/10.0/10.0.0/sdk.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# SDK updates in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10).
|
||||
|
||||
This release was focused on quality improvements for the general availability of .NET 10. See the [GitHub Release changelog](https://github.com/dotnet/sdk/compare/v10.0.100-rc.2.25502.107...v10.0.100) for more information in changes between this release and RC 2.
|
||||
|
||||
SDK updates in .NET 10:
|
||||
|
||||
* [What's new in the .NET SDK in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/sdk) documentation
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
13
release-notes/10.0/10.0.0/winforms.md
Normal file
13
release-notes/10.0/10.0.0/winforms.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# WinForms updates in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10). This release was focused on quality improvements for the general availability of .NET 10.
|
||||
|
||||
WinForms .NET 10:
|
||||
|
||||
* [What's new in WinForms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
15
release-notes/10.0/10.0.0/wpf.md
Normal file
15
release-notes/10.0/10.0.0/wpf.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# WPF updates in .NET 10
|
||||
|
||||
.NET 10 is now generally available. Read about the final release on the [.NET Blog announcement](https://aka.ms/dotnet10).
|
||||
|
||||
This release was focused on quality improvements for the general availability of .NET 10. See the [GitHub Release changelog](https://github.com/dotnet/wpf/compare/v10.0.0-rc.2.24474.3...v10.0.0) for more information in changes between this release and RC 2.
|
||||
|
||||
WPF .NET 10:
|
||||
|
||||
* [What's new in WPF in .NET 10](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100) documentation.
|
||||
|
||||
.NET 10 Release:
|
||||
|
||||
* [Announcement Blog](https://aka.ms/dotnet10)
|
||||
* [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
|
||||
* [Release notes](README.md)
|
||||
Reference in New Issue
Block a user