Windows 10 Complains About Namespace #19105
-
I have the following Xaml:
On build all platforms are happy with the exception of UWP/
I've tried cleaning, rebuilding, and restarting Visual Studio. No variations of these activities seems to fix this issue. Additionally, this seemed to compile fine until I upgraded to the newest Uno extension. 🤔 I am wondering if there is a known bug/issue here. Thank you for any assistance you can provide. 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for the question. The WPF format:
is not supported by winui. You'll need to use:
|
Beta Was this translation helpful? Give feedback.
Thanks for the question.
The WPF format:
is not supported by winui. You'll need to use: