C# compiler and unsafe option

Hello,

I’m currently working on an AI for smash the code in C# and I read in the FAQ (https://www.codingame.com/faq) that the C# code is compile using the -unsafe option but when I tried to use unsafe code in the IDE, I got a compilation error saying the unsafe option is not enabled.

So, does the faq is outdated and this flag has been removed or there is a bug with the compiler ?

Thanks

1 Like

They might have updated their C# compiler since writing that… and the update likely had unsafe option disabled by default…

With an oversight of the admins not noticing the unsafe option was disabled in a standard system update.

The question is: update the FAQ, or update the C# compiler’s options?