Uno Platform WinUI3 (.NET 6)
See original GitHub issueI created a project using the Uno Platform Blank Application for WinAppSDK - WinUI 3 (.NET 6 - Preview) template. When adding LiveCharts as described in this article, I get the follwing error:
The type 'SuspendingEventArgs' exists in both 'Microsoft.Windows.SDK.NET, Version=10.0.22000.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'Uno, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null'
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
NET 6 Mobile, VS 2022, WinUI, plus XAML trimming for 50 ...
Learn about Uno Platform version 3.9 and pixel-Perfect Multi-Platform Applications with C# and WinUI for Windows, WebAssembly, iOS, macOS, ...
Read more >WinUI 3 and Uno Platform
WinUI 3 and Uno Platform. WinUI 3 is the next generation of Microsoft's Windows UI library. It succeeds the UWP XAML framework as...
Read more >Create a new WinUI 3 and Uno Platform app
Create a folder for your app. From a command-line prompt at that folder location, run the following command: dotnet new unoapp-winui-net6 -o MyUnoApp...
Read more >dotnet new templates for Uno Platform
The Uno Platform provides a set of command-line templates to create cross-platform applications. To install the templates, type the following: .NET 7 .NET...
Read more >Recent UWP & .NET 5, .NET 6 News and Uno Platform Plans
Microsoft will not invest in moving UWP to .NET 5/6. Naturally this raised questions about how Uno Platform is affected, especially as Uno ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It is working now, and the next release of the library will support Uno.WinUI.
@sasakrsmanovic I will update the installation guide article and let you know when ready.
Thanks @francoistanguay and @sasakrsmanovic for the update, I will work on that soon.