Uno SDK version change #18811
-
I tried changing my Uno SDK version. I ran into functionality problems. Steps:
Example videos of repro: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Thanks for the report. You probably created your solution a while back, and starting from Uno 5.4, you can remove all the versions that are specific in the Directory.Build.props, those are handled automatically by the .NET SDK. You only need to the global.json uno.sdk version. Note when changing uno.sdk, you need to close and reload the solution. Recent versions of Uno show a banner that automatically restarts VS after an uno.sdk change. For the |
Beta Was this translation helpful? Give feedback.
Thanks for the repro.
ContentDialog
is not supported when created inside aResourceDictionary
, the same is true when running WinAppSDK.You must create a separate XAML file which contains your
ContentDialog
, uno provides a template for it in Visual Studio. You can find examples here.