|
2 | 2 | title: What's new in .NET 10
|
3 | 3 | description: Learn about the new features introduced in .NET 10 for the runtime, libraries, and SDK. Also find links to what's new in other areas, such as ASP.NET Core.
|
4 | 4 | titleSuffix: ""
|
5 |
| -ms.date: 06/09/2025 |
| 5 | +ms.date: 07/16/2025 |
6 | 6 | ms.topic: whats-new
|
7 | 7 | ai-usage: ai-assisted
|
8 | 8 | ---
|
9 | 9 |
|
10 | 10 | # What's new in .NET 10
|
11 | 11 |
|
12 |
| -Learn about the new features in .NET 10 and find links to further documentation. This page is updated for Preview 5. |
| 12 | +Learn about the new features in .NET 10 and find links to further documentation. This page has been updated for Preview 6. |
13 | 13 |
|
14 | 14 | .NET 10, the successor to [.NET 9](../dotnet-9/overview.md), is [supported for three years](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) as a long-term support (LTS) release. You can [download .NET 10 here](https://get.dot.net/10).
|
15 | 15 |
|
16 | 16 | Your feedback is important and appreciated. If you have questions or comments, use the discussion on [GitHub](https://github.com/dotnet/core/discussions/categories/news).
|
17 | 17 |
|
18 | 18 | ## .NET runtime
|
19 | 19 |
|
20 |
| -The .NET 10 runtime introduces improvements in JIT inlining, method devirtualization, and stack allocations. It also includes AVX10.2 support and NativeAOT enhancements. |
| 20 | +The .NET 10 runtime introduces improvements in JIT inlining, method devirtualization, and stack allocations. It also includes AVX10.2 support, NativeAOT enhancements, improved code generation for struct arguments, and enhanced loop inversion for better optimization. |
21 | 21 |
|
22 | 22 | For more information, see [What's new in the .NET 10 runtime](runtime.md).
|
23 | 23 |
|
24 | 24 | ## .NET libraries
|
25 | 25 |
|
26 |
| -The .NET 10 libraries introduce new APIs in cryptography, globalization, numerics, serialization, collections, and diagnostics, and when working with ZIP files. |
| 26 | +The .NET 10 libraries introduce new APIs in cryptography, globalization, numerics, serialization, collections, and diagnostics, and when working with ZIP files. New JSON serialization options include disallowing duplicate properties and strict serialization settings. Post-quantum cryptography support has been expanded with Windows Cryptography API: Next Generation (CNG) support. |
27 | 27 |
|
28 | 28 | For more information, see [What's new in the .NET 10 libraries](libraries.md).
|
| 29 | +For details on JSON serialization, see [System.Text.Json overview](/dotnet/standard/serialization/system-text-json/overview). |
29 | 30 |
|
30 | 31 | ## .NET SDK
|
31 | 32 |
|
32 |
| -The .NET 10 SDK includes support for Microsoft.Testing.Platform in `dotnet test`, standardizes CLI command order, and updates the CLI to generate native tab-completion scripts for popular shells. For containers, console apps can natively create container images, and a new property lets you explicitly set the format of container images. |
| 33 | +The .NET 10 SDK includes support for [Microsoft.Testing.Platform](../../testing/microsoft-testing-platform-intro.md) in `dotnet test`, standardizes CLI command order, and updates the CLI to generate native tab-completion scripts for popular shells. For containers, console apps can natively create container images, and a new property lets you explicitly set the format of container images. The SDK also supports platform-specific .NET tools, one-shot tool execution with `dotnet tool exec`, the new `dnx` tool execution script, CLI introspection with `--cli-schema`, and enhanced file-based apps with publish support and native AOT. |
33 | 34 |
|
34 | 35 | For more information, see [What's new in the SDK for .NET 10](sdk.md).
|
| 36 | +For details on .NET tools, see [Manage .NET tools](/dotnet/core/tools/global-tools). |
35 | 37 |
|
36 | 38 | ## .NET Aspire
|
37 | 39 |
|
38 | 40 | For information about what's new in .NET Aspire, see [.NET Aspire — what's new?](/dotnet/aspire/whats-new/).
|
39 | 41 |
|
40 | 42 | ## ASP.NET Core
|
41 | 43 |
|
42 |
| -The ASP.NET Core 10.0 release introduces several new features and enhancements, including Blazor improvements, OpenAPI enhancements, and minimal API updates. |
| 44 | +The ASP.NET Core 10.0 release introduces several new features and enhancements, including Blazor improvements, OpenAPI enhancements, and minimal API updates. Features include Blazor WebAssembly preloading, automatic memory pool eviction, enhanced form validation, improved diagnostics, and passkey support for Identity. |
43 | 45 |
|
44 | 46 | For details, see [What's new in ASP.NET Core for .NET 10](/aspnet/core/release-notes/aspnetcore-10.0).
|
45 | 47 |
|
@@ -88,13 +90,13 @@ These updates ensure that Visual Basic can consume updated features in C# and th
|
88 | 90 |
|
89 | 91 | ## .NET MAUI
|
90 | 92 |
|
91 |
| -The .NET MAUI updates in .NET 10 include several new features and quality improvements for .NET MAUI, .NET for Android, and .NET for iOS, Mac Catalyst, macOS, and tvOS. |
| 93 | +The .NET MAUI updates in .NET 10 include several new features and quality improvements for .NET MAUI, .NET for Android, and .NET for iOS, Mac Catalyst, macOS, and tvOS. Features include MediaPicker enhancements for selecting multiple files and image compression, WebView request interception, and support for Android API levels 35 and 36. |
92 | 94 |
|
93 | 95 | For details, see [What's new in .NET MAUI in .NET 10](/dotnet/maui/whats-new/dotnet-10).
|
94 | 96 |
|
95 | 97 | ## EF Core
|
96 | 98 |
|
97 |
| -The EF Core 10 release introduces several new features and improvements, including LINQ enhancements, performance optimizations, and improved support for Azure Cosmos DB. |
| 99 | +The EF Core 10 release introduces several new features and improvements, including LINQ enhancements, performance optimizations, improved support for Azure Cosmos DB, and named query filters that allow multiple filters per entity type with selective disabling. |
98 | 100 |
|
99 | 101 | For details, see [What's new in EF Core for .NET 10](/ef/core/what-is-new/ef-core-10.0/whatsnew).
|
100 | 102 |
|
|
0 commit comments