Jetbrains Rider XAML "Errors" #13335
lylerolleman
started this conversation in
General
Replies: 1 comment 2 replies
-
Thanks for the report. At this time, Rider does not understand the WinUI XAML properly and will report design-time errors. You can comment on this issue to make your voice heard: https://youtrack.jetbrains.com/issue/RIDER-69976/Please-Improve-Support-for-Uno-Platform To edit XAML with code completion, Visual Studio and Visual Studio code are the two alternatives at this time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the guide at https://platform.uno/docs/articles/get-started-rider.html?tabs=windows I am seeing design time errors in the XAML files created in the template
Ex.
<utu:NavigationBar Content="{Binding Title}" />
is not recognized and wants to change it to usexmlns:ui="clr-namespace:Uno.Toolkit.UI;assembly=Uno.Toolkit.WinUI"
, which results in a build error.VS does not seem to have the same issue, and is only a problem at design time, it builds just fine.
I'm running Rider 2023.1.2
Beta Was this translation helpful? Give feedback.
All reactions