Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions .github/workflows/markdown-link-check-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,25 @@
},
{
"pattern": "^release-notes/templates/"
},
{
"pattern": "dotnet\\.microsoft\\.com/download/dotnet/10\\.0"
},
{
"pattern": "github\\.com/.*/releases/tag/10\\.0"
},
{
"pattern": "github\\.com/.*/compare/.*10\\.0"
},
{
"pattern": "builds\\.dotnet\\.microsoft\\.com/.*10\\.0"
},
{
"pattern": "devblogs\\.microsoft\\.com/.*servicing-updates"
}
],
"aliveStatusCodes": [429, 200]
}
"aliveStatusCodes": [
429,
200
]
}
41 changes: 41 additions & 0 deletions release-notes/10.0/10.0.0/README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 17 additions & 0 deletions release-notes/10.0/10.0.0/aspnetcore.md
Original file line number Diff line number Diff line change
@@ -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 changes: 14 additions & 0 deletions release-notes/10.0/10.0.0/csharp.md
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions release-notes/10.0/10.0.0/dotnetmaui.md
Original file line number Diff line number Diff line change
@@ -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 changes: 13 additions & 0 deletions release-notes/10.0/10.0.0/efcoreanddata.md
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 9 additions & 0 deletions release-notes/10.0/10.0.0/fsharp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.

.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 changes: 15 additions & 0 deletions release-notes/10.0/10.0.0/libraries.md
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions release-notes/10.0/10.0.0/runtime.md
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions release-notes/10.0/10.0.0/sdk.md
Original file line number Diff line number Diff line change
@@ -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 changes: 13 additions & 0 deletions release-notes/10.0/10.0.0/winforms.md
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions release-notes/10.0/10.0.0/wpf.md
Original file line number Diff line number Diff line change
@@ -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)