When attempting to build an Uno Platform project, it fails on a method ``` {[System.Linq]System.Linq.Enumerable+Iterator`1<Windows.UI.Xaml.Documents.Inline>.Select<string>(Func``2<Inline,string>)} ``` in the ctor for `WebAssemblyVTableSlotNode` on the assert ``` Debug.Assert(!targetMethod.HasInstantiation); ``` Not done any more investigation yet.
When attempting to build an Uno Platform project, it fails on a method
in the ctor for
WebAssemblyVTableSlotNodeon the assertNot done any more investigation yet.