Missing .NET 6 Windows support #225
Replies: 3 comments 17 replies
-
Thanks for the report. There is no explicit need for .NET 6 because net5-windows is compatible with net6. Can you share the errors that you are getting? |
Beta Was this translation helpful? Give feedback.
-
the exception on windows platform is => Cannot create instance of type 'Uno.Toolkit.UI.ToolkitResources' [Line: 28 Position: 35] the inner exception is => XAML parsing failed. stacktrace is null the exception occurs on App.g.i.cs #if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION line 28 of APP.XAML is < ToolkitResources xmlns="using:Uno.Toolkit.UI" / > ant the app.xaml is
|
Beta Was this translation helpful? Give feedback.
-
Here is simple hello world with the error. To simplicity I only include the windows project in the solution because the error don't occurs in other platforms and uno.toolkit works ok. Thanks |
Beta Was this translation helpful? Give feedback.
-
There are no Net6 Package in nuget of UNO.TOOLKIT.WINUI3
Currently the package of uno.toolkit is net5.0-windows10.0.18362
Cannot add toolkit to my project, things go wrong when trying to put MATERIAL styles in APP.XAML
Beta Was this translation helpful? Give feedback.
All reactions