-
How can I use MAUI Essentials with a WinUI project found the default Uno .NET 6 Template? I've tried using I've clicked on I also tried a normal MAUI project where the Windows platform is in the same head as Android and iOS and it was working while using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 29 replies
-
Why do you need MAUI essentials? We may be able to cover what's missing using WinRT APIs (or maybe it's already covered). |
Beta Was this translation helpful? Give feedback.
-
I believe this issue is to be blamed on the development environment rather than Uno. |
Beta Was this translation helpful? Give feedback.
-
Fixed using .NET 8 and latest workloads, also using |
Beta Was this translation helpful? Give feedback.
Fixed using .NET 8 and latest workloads, also using
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" />
.