Replies: 1 comment 3 replies
-
Thanks for the question. Given the information you provided, it should work properly with the WinAppSDK head. If you can provide a simple repro sample of what you're trying to do, it will help. Does it work with non windows targets? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Friends, my XAML file is trying to reference a ResourceDictionary from a different library and it fails under Uno/WinUI
Both XAML files are essentially empty.
Here is how I refer to the file in the library:
And here is the content of the file I trying to reference:
Compilation runs fine, but when I try running the (essentially empty) application, I am getting Microsoft.UI.Xaml.Markup.XamlParseException: 'XAML parsing failed.'
Beta Was this translation helpful? Give feedback.
All reactions