Closed
Description
When trying to target platforms without ref emit support, it would be nice to run CoreCLR in a mode with it disabled so it would be possible to write unit tests to see if your library breaks or not. This mode should also cause RuntimeFeature.IsDynamicCodeCompiled
to return false.
cc @jkotas