.NET 10 Preview 3 #9846
jamesmontemagno
announced in
News
Replies: 3 comments
-
Will this offer any improvements to the C# to Web Assembly pipeline ? Godot needs a bit of assistance getting C# to work in Web builds, anyway for the foundation to assist ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm guessing this isn't compatible with Blazor Web App - InteractiveAuto (global). As when I create the project it's missing all the InteractiveWebAssembly references |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, we are excited to announce the third preview release of .NET 10 with enhancements across the .NET Runtime, SDK, libraries, C#, ASP.NET Core, Blazor, .NET MAUI, and more. Check out the full release notes linked below and get started today.
Download .NET 10 Preview 3
This release contains the following improvements.
📚Libraries
ValidationContext
ActivitySource
andMeter
⏱️Runtime
🛠️ SDK
--interactive
option is now...interactive!dotnet test
C#
F#
This release you will find updates across the F# language, FSharp.Core standard library, and FSharp.Compiler.Service.
Visual Basic
🌐 ASP.NET Core & Blazor
HttpClient
response streaming enabled by default on WebAssemblyDisableMatchAllIgnoresLeftUriPart
app context switch renamed toEnableMatchAllForQueryStringAndFragment
📱 .NET MAUI
.NET for Android
This release was focused on quality improvements, build performance, and experimental runtimes. A detailed list can be found on dotnet/android GitHub releases.
.NET for iOS, Mac Catalyst, macOS, tvOS
This release includes support for Xcode 16.3 Release Candidate, and is focused on quality improvements. A detailed list can be found on dotnet/macios GitHub releases including a list of Known issues.
🖥️ Windows Forms
This release is focused on several quality and engineering improvements. See the full release notes for details.
🖥️ Windows Presentation Foundation (WPF)
This release includes Fluent style changes along side several performance & quality improvements. See the full release notes for details.
🎁 Entity Framework Core
LoadExtension
📦 Container Images
🚀 Get started
To get started with .NET 10, install the .NET 10 SDK.
If you're on Windows using Visual Studio, we recommend installing the latest Visual Studio 2022 preview. You can also use Visual Studio Code and the C# Dev Kit extension with .NET 10.
📦 Join us for .NET 10 Preview 3 Unboxed Live Stream
Join us for an unboxing live stream with the team to discuss what's new in this preview release, with live demos from the dev team!
📢 .NET 10 Discussions
The team has been making monthly announcements alongside full release notes on the dotnet/core GitHub Discussions and has seen great engagement and feedback from the community.
🔔 Stay up-to-date with .NET 10
You can stay up-to-date with all the features of .NET 10 with:
Additionally, be sure to subscribe to the GitHub Discussions RSS news feed for all release announcements.
Beta Was this translation helpful? Give feedback.
All reactions