- cross-posted to:
- csharp@programming.dev
- cross-posted to:
- csharp@programming.dev
You must log in or # to comment.
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.