Thank you for all the hard work on C#! I’ve been loving the past 5 years of developments and don’t agree with the parent comment here.
p.s. I will take the opportunity to say that I dream of the day when C# gets bounded sum types with compiler enforced exhaustive pattern matching. It feels like we are soooo close with records and switch expression, but just missing one or two pieces to make it work.
Thanks @klysm! I think we're getting close to that. `unions` are a big part of this discussion, and we're working very hard to hopefully get them in soon :)
I can’t wait! I’ll be frothing at the mouth when that lands