ashmind / SharpLab

.NET language playground
https://sharplab.io
BSD 2-Clause "Simplified" License
2.74k stars 202 forks source link

Update all to .NET 8 #1307

Closed ashmind closed 11 months ago

jnyrup commented 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