tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.25k stars 66 forks source link

Allow running unsafe code #100

Closed tareqimbasher closed 10 months ago

tareqimbasher commented 10 months ago

Discussed in https://github.com/tareqimbasher/NetPad/discussions/95

Originally posted by **carlos-truong** October 3, 2023 When I run unsafe code in NetPad, I receive this error: [Error] Unsafe code may only appear if compiling with /unsafe Is there any way to allow unsafe code in NetPad?