C
C#2y ago
Kensei

(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
ero
ero2y ago
You can just add a property in your csproj if it doesn't work out <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Kensei
Kensei2y ago
ohh thanks! I'll try that worked, thank you! :)
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Kensei
Kensei2y ago
it allows you to use pointers and lower level instructions
Accord
Accord2y ago
✅ This post has been marked as answered!