File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 696696 <RuntimeHostConfigurationOption Include =" ObjCRuntime.Runtime.Arch.IsSimulator" Value =" $(_IsSimulatorFeature)" Trim =" true" />
697697 <RuntimeHostConfigurationOption Include =" ObjCRuntime.Runtime.IsManagedStaticRegistrar" Value =" $(_IsManagedStaticRegistrarFeature)" Trim =" true" />
698698 <RuntimeHostConfigurationOption Include =" ObjCRuntime.Runtime.IsNativeAOT" Value =" $(_IsNativeAOTFeature)" Trim =" true" />
699+ <RuntimeHostConfigurationOption Include =" ObjCRuntime.Runtime.IsCoreCLR" Value =" true" Trim =" true" Condition =" '$(UseMonoRuntime)' != 'true'" />
700+ <RuntimeHostConfigurationOption Include =" ObjCRuntime.Runtime.IsCoreCLR" Value =" false" Trim =" true" Condition =" '$(UseMonoRuntime)' == 'true'" />
699701 <RuntimeHostConfigurationOption Include =" ObjCRuntime.Class.ValidateObjectPointers" Value =" $(_ValidateObjectPointers)" Trim =" true" />
700702
701703 <!-- Configure System.Net.Http Native Handlers -->
Original file line number Diff line number Diff line change 44 <method signature =" System.Void WarnOnce()" body =" stub" feature =" System.Diagnostics.Debugger.IsSupported" featurevalue =" false" />
55 </type >
66 <type fullname =" ObjCRuntime.Runtime" >
7- <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT " featurevalue =" false" value =" false" />
8- <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT " featurevalue =" true" value =" true" />
7+ <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsCoreCLR " featurevalue =" false" value =" false" />
8+ <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsCoreCLR " featurevalue =" true" value =" true" />
99 <method signature =" System.Boolean get_IsNativeAOT()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT" featurevalue =" false" value =" false" />
1010 <method signature =" System.Boolean get_IsNativeAOT()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT" featurevalue =" true" value =" true" />
1111 <method signature =" System.Boolean get_IsManagedStaticRegistrar()" body =" stub" feature =" ObjCRuntime.Runtime.IsManagedStaticRegistrar" featurevalue =" false" value =" false" />
Original file line number Diff line number Diff line change 44 <method signature =" System.Void WarnOnce()" body =" stub" feature =" System.Diagnostics.Debugger.IsSupported" featurevalue =" false" />
55 </type >
66 <type fullname =" ObjCRuntime.Runtime" >
7- <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT " featurevalue =" false" value =" false" />
8- <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT " featurevalue =" true" value =" true" />
7+ <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsCoreCLR " featurevalue =" false" value =" false" />
8+ <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsCoreCLR " featurevalue =" true" value =" true" />
99 <method signature =" System.Boolean get_IsNativeAOT()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT" featurevalue =" false" value =" false" />
1010 <method signature =" System.Boolean get_IsNativeAOT()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT" featurevalue =" true" value =" true" />
1111 <method signature =" System.Int32 GetRuntimeArch()" body =" stub" feature =" ObjCRuntime.Runtime.Arch.IsSimulator" featurevalue =" false" value =" 0" />
Original file line number Diff line number Diff line change 44 <method signature =" System.Void WarnOnce()" body =" stub" feature =" System.Diagnostics.Debugger.IsSupported" featurevalue =" false" />
55 </type >
66 <type fullname =" ObjCRuntime.Runtime" >
7- <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT " featurevalue =" false" value =" false" />
8- <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT " featurevalue =" true" value =" true" />
7+ <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsCoreCLR " featurevalue =" false" value =" false" />
8+ <method signature =" System.Boolean get_IsCoreCLR()" body =" stub" feature =" ObjCRuntime.Runtime.IsCoreCLR " featurevalue =" true" value =" true" />
99 <method signature =" System.Boolean get_IsNativeAOT()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT" featurevalue =" false" value =" false" />
1010 <method signature =" System.Boolean get_IsNativeAOT()" body =" stub" feature =" ObjCRuntime.Runtime.IsNativeAOT" featurevalue =" true" value =" true" />
1111 <method signature =" System.Int32 GetRuntimeArch()" body =" stub" feature =" ObjCRuntime.Runtime.Arch.IsSimulator" featurevalue =" false" value =" 0" />
You can’t perform that action at this time.
0 commit comments