Whitelist `@` in symbol names
xKiraiChan opened this issue ยท 1 comments
The F# compiler creates symbols with @
in the name. (Usually in static variables)
As a result, MelonLoader refuses to load any assemblies created in F# due to AssemblyVerifier not whitelisting it.