.NET 10 Preview 4 #9886
Replies: 3 comments 2 replies
-
Love seeing the push to make CollectionView the standard. So many views deprecated! |
Beta Was this translation helpful? Give feedback.
-
Why isn't there any release tags for this preview? I watch the releases through github but this time there wasn't any. edit: I can see the tag now, maybe something was stuck or it was added later. |
Beta Was this translation helpful? Give feedback.
-
This preview seems break the compilation of WinUI projects. I now get an error of csc.dll does not exist every time I try to build my WinUI projects.
|
Beta Was this translation helpful? Give feedback.
-
Today, we are excited to announce the fourth 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 4
This release contains the following improvements.
📚Libraries
⏱️Runtime
🛠️ SDK
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
IOpenApiDocumentProvider
IJSObjectReference
NavigationManager
NavigationManager.NavigateTo
no longer throws aNavigationException
QuickGrid
methodCloseColumnOptionsAsync
renamed toHideColumnOptionsAsync
WriteImportMapToHtml
renamed toOverrideHtmlAssetPlaceholders
WebApplicationFactory
with Kestrel for integration testing📱 .NET MAUI
🤖 .NET for Android
.apk
creation🍎 .NET for iOS, Mac Catalyst, macOS, tvOS
This release was focused on quality improvements and build performance. A detailed list can be found on dotnet/macios GitHub releases including a list of Known issues.
🖥️ Windows Forms
This release introduced shared core clipboard functionality with WPF and was focused on several quality and engineering improvements. See the full release notes for details.
🖥️ Windows Presentation Foundation (WPF)
🎁 Entity Framework Core
📦 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.
🔔 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