September 9th, 2025
celebratelike7 reactions

Announcing .NET 10 Release Candidate 1

.NET 10 Release Candidate 1 is now available. This is our first of two release candidates which come 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.

📚Libraries

⏱️Runtime

This release candidate is focused on quality improvements and does not contain new Runtime features.

🛠️ SDK

This release candidate is focused on quality improvements and does not contain new SDK 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

📱 .NET MAUI

🖥️ Windows Forms

🖥️ Windows Presentation Foundation (WPF)

This release candidate is focused on quality improvements and does not contain new WPF features.

🎁 Entity Framework Core

📦 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.

📦 Join a .NET community standup

Join us each week and engage with the developers and product managers behind .NET for community standups.

Join us today for our .NET Unboxed series where the team will show off their favorite features from .NET 10!

📢 .NET 10 Discussions

The team has been making release 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.

We want your feedback, so head over to the .NET 10 Release Candidate 1 GitHub Discussion to discuss features and give feedback for this release.

Author

.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services.

7 comments

Sort by :
  • Kenn Williams · Edited

    How stable is .NET 10 RC1 for production use, especially with new features like Post-Quantum Cryptography and MAUI updates? Moreover if someone is looking great deals on software and more I recommend using OkCodePromo.fr.

  • Peter Boos 5 days ago

    Lets hope it gets more pythonic

    return ip_map.get(ip, f”{ip} unknown”)

    instead of
    return ipmap.TryGetValue(ip, out string? name) ? name : $”{ip} unknown”;

    I mean C# shouldnt try to compete against java anymore.. that’s so 80’s.. 90s.. 2010..

  • Manoochehr Mojgani 2 weeks ago

    Why shouldn’t we have vs2026 on linux and macos? Windows is a pure garbage and me and many of my friends do not prefer develop on it but Visual Studio has good things to use. Why It should be bounded to windows (the garbage)?

    • Ben Goh

      Calling an entire platform “garbage” is disrespectful and uncalled for. I’ve had my own struggles with macOS (I mainly use Windows and Debian), but I don’t resort to extreme remarks like this. Plenty of developers work across different platforms, and if you can’t show basic respect for that, you probably don’t belong in the dev communities. Be professional, be constructive, and respect the tools others choose.

    • Kryštof Žáček 6 days ago

      This “pure garbage” has over billion installations worldwide and represents more then 70% market share.

  • Rod Macdonald · Edited

    Nice to see RC1 with a GoLive! Alongside VS 2026 Insiders and VS Code, I assume it runs under VS2022 Preview?

    …actually it looks from the .NET downloads page, Visual Studio 2026 (v18.0 Preview 1) is mandatory, so it’s time to uninstall VS2022 Preview. But will the final release work under VS2022 (non preview) given VS 2026 is just at Preview 1?

    • Rod Macdonald · Edited

      It appears RC1 (.NET 10.0.0-rc.1.25451.107) over-installs atop Preview 7 and does indeed run under VS2022 17.14.13 Preview 1.0 as expected.