c/dotnet · by Angius@lemmy.world · 3yTentative C# 12 feature list · dotnet/roslyn · Discussion #69074 https://github.com/dotnet/roslyn/discussions/690748 points · 4 comments · view on lemmy.world
4 Comments
starman@programming.dev · 6 pts · 3y
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#.
boaratio@lemmy.world · 2 pts · 3y
And here I am, still using OneOf which just wraps F# code under the covers :-\
nic547@discuss.tchncs.de · 3 pts · 3y
Too bad semi-auto properties/the field keyword got pushed back again.