Tentative C# 12 feature list · dotnet/roslyn · Discussion #69074

https://github.com/dotnet/roslyn/discussions/69074

8 points · 4 comments · view on lemmy.world

4 Comments

starman@programming.dev · 6 pts · 3y (1 reply)

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.