-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Add .NET 10.0.0 release notes #10145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jongalloway
wants to merge
2
commits into
main
Choose a base branch
from
dotnet-10-ga
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.