[Uno-Platform]-[WASM] Why am I getting an exception with EmitResult emitResult = compilation.Emit(ms); in my Roslyn code in WASM project only?
I’m working on a Uno-Project (V5.2) project where I’m using the Roslyn API to dynamically compile some code. However, I’m encountering an exception at the line where I call Emit on the Compilation object. Here is a simplified version of my code: