Tentative C# 12 feature list · dotnet/roslyn · Discussion #69074
As we progress toward release, we want to update you on the features that we anticipate being in C# 12. You can get C# 12 by installing the latest Visual Studio preview or the latest version of the...
I'm still waiting for discriminated unions in future releases. It can't be that hard to implement them because they already work great in F#.
And here I am, still using OneOf which just wraps F# code under the covers :-\
Too bad semi-auto properties/the field keyword got pushed back again.