.NET 10 Preview 1 #9763
jamesmontemagno
announced in
News
Replies: 6 comments 1 reply
-
looks good |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wonderful 2025:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Any chance of a longer LTS cycle for 10? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm waiting since over a decade for "Extension everything". I'm hoping sooooooooooo much that this feature will finally be included this time 🥹. |
Beta Was this translation helpful? Give feedback.
0 replies
-
waitingggg |
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 first preview release of .NET 10! We just shipped our first preview release, adding to some major 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 1
This release contains the following improvements.
📚Libraries
TryAdd
andTryGetValue
overloads forOrderedDictionary<TKey, TValue>
⏱️Runtime
🛠️ SDK
C#
nameof
in unbound genericsfield
backed propertiesF#
This release you will find updates across the F# language, FSharp.Core standard library, and FSharp.Compiler.Service.
Visual Basic
unmanaged
constraint support🌐 ASP.NET Core & Blazor
ProducesResponseType
RedirectHttpResult.IsLocalUrl
RowClass
parameterRouteAttribute
📱 .NET MAUI
This release focused on quality improvements for .NET MAUI. In addition to the CollectionView enhancements for iOS and Mac Catalyst are included in this release, browse through the full GitHub release notes for all of the improvements.
.NET for Android
dotnet run
support for Androd projectsaapt2
.NET for iOS, Mac Catalyst, macOS, tvOS
Browse the full release notes for all of this and more.
🖥️ Windows Forms
🖥️ Windows Presentation Foundation (WPF)
This release focused on quality improvements. A full list of changes can be found in the release notes.
🎁 Entity Framework Core
📦 Container Images
10.0-preview
tags use Ubuntu 24.04🚀 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