Closed ashmind closed 11 months ago
Does the "x64" platform also run .NET 8?
This snippet using collection expressions from C# 12.0 compiles and runs on "main", but not "x64".
int[] M() => [42];
:x: x64 :heavy_check_mark: main
Does the "x64" platform also run .NET 8?
This snippet using collection expressions from C# 12.0 compiles and runs on "main", but not "x64".
:x: x64 :heavy_check_mark: main