Unsafe code support for c# is broken

Trying to run code with unsafe class. It worked always, but now it doesn’t. Maybe last languages update did it.

CS0227: Unsafe code may only appear if compiling with /unsafe
2 Likes

This has been fixed last Friday. Thank you for reporting it and sorry it happened.