Closed
Description
We need to set the System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported
feature to false
when using FullAOT (i.e. AOT + no interpreter).
This is done by setting the DynamicCodeSupport
property to false
:
The NativeAOT compiler does that here:
We need to do the same when using MonoAOT + no interpreter.