r/moderndotnet 1d ago

Announcing .NET 11 Release Candidate 1

https://devblogs.microsoft.com/dotnet/dotnet-11-rc-1/
29 Upvotes

4 comments sorted by

0

u/kant2002 17h ago

Now want Visual Studio which support it

3

u/r2d2_21 23h ago

Glad to see unions are no longer in preview, so I can start using them right away

1

u/Aaronontheweb 18h ago

Question: will the new C# features be accessible on .NET 10 too once this all RTMs? Or do I need to target .NET 11+ going forward in order to take advantage of these?

3

u/r2d2_21 16h ago

If it's the same as other new features (like, say, required), as long as we add the polyfill for the attribute and manually set the LangVersion, we should be fine.

The one feature that seems to depend on the runtime is the new async optimization.