✅ Allowing unsafe in a project
How do I allow the use of the
unsafe
keyword in my project? i am not using visual studio so there isnt an option for that. do i need to edit the csproj file?5 Replies
the hint is in the name of #allow-unsafe-blocks :when:
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
in the csprojthank you
$close
Use the /close command to mark a forum thread as answered
oop right