(Solved) Allow Unsafe Code - VS MacOS [Answered]
Hi!
I can't seem to find the "Allow unsafe code" checkbox in VS on my mac,
despite searching online...
5 Replies
You can just add a property in your csproj if it doesn't work out
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
ohh thanks! I'll try that
worked, thank you! :)
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
it allows you to use pointers and lower level instructions
✅ This post has been marked as answered!