File tree 2 files changed +4
-0
lines changed
mono/System.Private.CoreLib/src/ILLink
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
<type fullname =" System.Runtime.CompilerServices.RuntimeFeature" >
4
4
<method signature =" System.Boolean get_IsDynamicCodeCompiled()" body =" stub" value =" false" />
5
5
</type >
6
+ <type fullname =" System.Runtime.CompilerServices.RuntimeFeature" feature =" System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported" featurevalue =" false" >
7
+ <method signature =" System.Boolean get_IsDynamicCodeSupported()" body =" stub" value =" false" />
8
+ </type >
6
9
</assembly >
7
10
</linker >
Original file line number Diff line number Diff line change 40
40
<InvariantGlobalization Condition =" '$(TargetOS)' == 'maccatalyst' and '$(InvariantGlobalization)' == ''" >true</InvariantGlobalization >
41
41
<StartupHookSupport Condition =" '$(StartupHookSupport)' == ''" >false</StartupHookSupport >
42
42
<UseNativeHttpHandler Condition =" '$(UseNativeHttpHandler)' == ''" >false</UseNativeHttpHandler >
43
+ <DynamicCodeSupport Condition =" '$(DynamicCodeSupport)' == '' and '$(MonoForceInterpreter)' != 'true'" >false</DynamicCodeSupport >
43
44
</PropertyGroup >
44
45
45
46
<Import Project =" ..\..\libraries\Directory.Build.props" />
You can’t perform that action at this time.
0 commit comments