.NET 10 - Release #10157
Replies: 5 comments 8 replies
-
|
I've installed latest Visual Studio 2022 17.14.20. According to What's new in C# 14 article:
There is no .NET 10 runtime option on Individual components tab of latest Visual Studio 2022 Installer. So I had to install .NET SDK 10.0.100 manually. Is this intended? |
Beta Was this translation helpful? Give feedback.
-
Does it even work on VS2022 though? Or did you forgot to change the text. |
Beta Was this translation helpful? Give feedback.
-
|
So, when will there be an image for Azure DevOps Pipelines with VS2026 so we can build our spanking new .NET10 application on Azure DevOps Services? We sort of expected that to be in place at launch... |
Beta Was this translation helpful? Give feedback.
-
|
Apparently .NET 10 does not work on the Microsoft Azure platform? I've spent all day frigging with it and it simply doesn't work, SignalR returns server error 500.31 and I'm seeing threads popping up across the internet stating that others are having the same problem. MICROSOFT: How dare you suggest that .NET 10 is available for general use when your own Azure platform doesn't support it!!! This has severely damaged the reputation of Microsoft, its developer tools and server platforms in my opinion and I will give serious consideration to switching to a more reliable and trustworthy vendor in the future. |
Beta Was this translation helpful? Give feedback.
-
|
I'm stuck now using VS2026 in a VM since it thourouly destroys my VS2019 (yes, I still need to use this one for an old project, which will be phased out, but not just yet). Never had such a problem with a side-by-side with VS2022. Is it that hard to get the 10SDK into VS2022? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are pleased to announce the general availability of .NET 10.
Read about the final release on the .NET Blog announcement.
This release contains improvements across the entire .NET stack. Check out the highlights below and the full release notes.
🛠️ SDK
📱 .NET MAUI
🎁 Entity Framework Core
📚 Libraries
⏱️ Runtime
C#
F#
🌐 ASP.NET Core & Blazor
🖥️ Windows Forms
🖥️ Windows Presentation Foundation (WPF)
🚀 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 2026. .NET 10 can be installed directly through the Visual Studio installer starting with Visual Studio 2026 18.0. If you want to use .NET 10 but need to stay on Visual Studio 2022, you can - but you will only be able to target the
net9.0and lower Target Framework, and you won't be able to use .NET 10/C# 14 Language Features in the IDE.You can also use Visual Studio Code and the C# Dev Kit extension with .NET 10.
Celebrate the release of .NET 10 at .NET Conf 2025 - November 11th - 13th.
🔔 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