Closed maximilien-noal closed 2 years ago
Those are all supported in C# 10 as far as I know. Builds for me anyway :)
Thanks ! This is odd, I don't understand why vs 2022 would throw those errors then, especially since LangVersion latest is already used.
I'd have to check again the code from upstream sometime soonish. See if vs is happy with it.
Le jeu. 10 mars 2022 à 22:06, gregdivis @.***> a écrit :
Those are all supported in C# 10 as far as I know. Builds for me anyway :)
— Reply to this email directly, view it on GitHub https://github.com/gregdivis/Aeon/pull/2#issuecomment-1064503566, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIJQJFBSH6R4NP2ZOAMR2DU7JP4DANCNFSM5PNFHN5A . You are receiving this because you authored the thread.Message ID: @.***>
Fix 'structs can't have public parameterless constructors nor field value initializers' Fix 'record struct are in preview and unsupported' Fix 'cannot implcitly convert ReadOnlySpan to object'