You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in an exception as it appears to be looking for the type on the ResourceDictionary itself and not the inner Style:
System.InvalidOperationException: Implicit content is not supported on {http://schemas.microsoft.com/winfx/2006/xaml/presentation}ResourceDictionary
mono.js:1 at Windows.UI.Xaml.Markup.Reader.XamlObjectBuilder.GetMemberProperty (Windows.UI.Xaml.Markup.Reader.XamlObjectDefinition control, Windows.UI.Xaml.Markup.Reader.XamlMemberDefinition member) <0x38b0f88 + 0x000a4> in <5657f6387daa4318abd059dc46b216ac>:0
mono.js:1 at Windows.UI.Xaml.Markup.Reader.XamlObjectBuilder.ProcessNamedMember (Windows.UI.Xaml.Markup.Reader.XamlObjectDefinition control, System.Object instance, Windows.UI.Xaml.Markup.Reader.XamlMemberDefinition member) <0x38a8a80 + 0x00126> in <5657f6387daa4318abd059dc46b216ac>:0
mono.js:1 at Windows.UI.Xaml.Markup.Reader.XamlObjectBuilder.LoadObject (Windows.UI.Xaml.Markup.Reader.XamlObjectDefinition control) <0x3889498 + 0x001c4> in <5657f6387daa4318abd059dc46b216ac>:0
mono.js:1 at Windows.UI.Xaml.Markup.Reader.XamlObjectBuilder.Build () <0x38803f0 + 0x0002a> in <5657f6387daa4318abd059dc46b216ac>:0
mono.js:1 at Windows.UI.Xaml.Markup.XamlReader.Load (System.String xaml) <0x36ff0c8 + 0x0002e> in <5657f6387daa4318abd059dc46b216ac>:0
mono.js:1 at UnoStandardRefTest.MainPage..ctor () <0x36fe608 + 0x00022> in <709e7433be0849a99e576b956664c5a9>:0
I'm submitting a...
Current behavior
Attempting the following code in wasm:
Results in an exception as it appears to be looking for the type on the
ResourceDictionary
itself and not the innerStyle
:Repo at https://github.com/yowl/UnoStandardRefTest/tree/loadrd
Expected behavior
wasm should be able to load ResourceDictionary from a string as this will help with the support of third party controls like Telerik.
Minimal reproduction of the problem with instructions
As above
Environment
The text was updated successfully, but these errors were encountered: