.NET 10 Release Candidate 2 #10122
Replies: 6 comments 11 replies
-
|
What is supported way to target .NET 10 RC2 in a production code? According to .NET 10 RC2 download page and this article header targeting net10 will require VS 2026. .NET 10 RC2 has a go-live support license but VS 2026 Preview3 is not allowed for production code:
And we still have no clear answer here - which specific scenarios are known to be broken when using .NET 10 and VS 2022? What has changed between .NET 10 Preview 7 (supports VS 2022) and RC1 (supports only VS 2026)?
Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
The NETStandard pack seems missing in the linux download (https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-10.0.100-rc.2-linux-x64-binaries) |
Beta Was this translation helpful? Give feedback.
-
|
cpp |
Beta Was this translation helpful? Give feedback.
-
|
After update to RC2, libraries relying on System.Net.Http (for .NET Framework consumers) does not work anymore. Both locally and in CI/CD pipelines on GitHub. I cannot find anything that suggest this in the release notes / breaking changes, hence I write it here. It triggers a CS0012 with Libraries has multi-target TFMs .. those with netstandard2.0 is unit tested with .NET Framework 4.8 - and this is where the problem emerges. |
Beta Was this translation helpful? Give feedback.
-
|
Is anyone else having problems with SGEN? PackageReference and DotNetCliToolReference are updated to the latest version: But get the following warning:
The same was the case with RC1. Could it be something like the SGEN does not consider prereleases and would there be a way to change this? |
Beta Was this translation helpful? Give feedback.
-
|
When publishing blazor web app (wasm render mode) to Azure Container App (using right click publish in VS 2026 insiders), the client I tries to fetch a hotreload file (_content/Microsoft.DotNet.HotReload.WebAssembly.Browser/Microsoft.DotNet.HotReload.WebAssembly.Browser…) and get 404 for that one, and error in the webbrowser console and after that the app is in error state (not working)... Any ideas? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
.NET 10 Release Candidate 2 is now available. This is our second and final release candidate which comes with a go-live support license so you can confidently use this release for your production applications. This release of .NET 10 is supported in the new Visual Studio 2026 Insiders release alongside Visual Studio Code with the C# Dev Kit. Check out the full release notes below and get started today.
This release contains the following highlights and improvements.
🛠️ SDK
📱 .NET MAUI
🎁 Entity Framework Core
📚Libraries
This release candidate is focused on quality improvements and does not contain new Libraries features.
⏱️Runtime
This release candidate is focused on quality improvements and does not contain new Runtime features.
C#
This release candidate is focused on quality improvements and does not contain new C# features.
F#
This release candidate is focused on quality improvements and does not contain new F# features.
Visual Basic
This release candidate is focused on quality improvements and does not contain new Visual Basic features.
🌐 ASP.NET Core & Blazor
This release candidate is focused on quality improvements and does not contain new ASP.NET Core features.
🖥️ Windows Forms
This release candidate is focused on quality improvements and does not contain new Windows Forms features.
🖥️ Windows Presentation Foundation (WPF)
This release candidate is focused on quality improvements and does not contain new WPF features.
📦 Container Images
This release candidate is focused on quality improvements and does not contain new container features.
🚀 Get started
To get started with .NET 10, install the .NET 10 SDK.
If you're on Windows, we recommend installing the latest version of Visual Studio 2026 Insiders. Read more about this new release on the Visual Studio blog and release notes.
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