Exclude Uno from AOT
Tentative for ssertion at /mnt/jenkins/workspace/test-mono-mainline-wasm/label/ubuntu-1804-amd64/mono/mini/llvmonly-runtime.c:492, condition `is_ok (error)' not met, function:resolve_vcall, Attempting to JIT compile method '(wrapper delegate-invoke) void Windows.Foundation.Collections.VectorChangedEventHandler`1<Windows.UI.Xaml.SetterBase>:invoke_void_IObservableVector`1<T>_IVectorChangedEventArgs (Windows.Foundation.Collections.IObservableVector`1<Windows.UI.Xaml.SetterBase>,Windows.Foundation.Collections.IVectorChangedEventArgs)' while running in aot-only mode. See https://docs.microsoft.com/xamarin/ios/internals/limitations for more information.
This commit is contained in:
Родитель
9158eccfcf
Коммит
455601957c
|
@ -46,10 +46,10 @@
|
|||
<MonoRuntimeMixedModeExcludedAssembly Include="System.Text.Encoding.CodePages" />
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="System.Xml" />
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="System.Xml.Linq" />
|
||||
<!--<MonoRuntimeMixedModeExcludedAssembly Include="Uno" />-->
|
||||
<!--<MonoRuntimeMixedModeExcludedAssembly Include="Uno.Core" />-->
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="Uno" />
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="Uno.Core" />
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="Uno.Foundation" />
|
||||
<!--<MonoRuntimeMixedModeExcludedAssembly Include="Uno.UI" />-->
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="Uno.UI" />
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="Uno.UI.Sample.Banner" />
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="Uno.UI.Wasm" />
|
||||
<MonoRuntimeMixedModeExcludedAssembly Include="Uno.Xaml" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче