Manechat / izzy-moonbot

Replacement admin bot for Manechat
https://manechat.net
MIT License
5 stars 4 forks source link

Now that we're on C# 12, use collection expressions everywhere #562

Closed Ixrec closed 8 months ago

Ixrec commented 8 months ago

Out of all the new features in C# 12, this is the only one that jumped out as useful that also worked when I tried it. The spread operator seemed cool, but it turns out its inference/defaulting is too limited to be usable for us.