Original Request by @ranjeshj:
Toolkit cannot be used with WinUI3 until we have a version of the toolkit for WinUI3.
issue moved from microsoft ui xaml repo - https://github.com/microsoft/microsoft-ui-xaml/issues/1860
WinUI3 changes the default namespace of all components from Windows.UI.Xaml to Microsoft.UI.Xaml, this means all libraries also need to reference WinUI 3 to share the base components as building blocks for the UI Stack (like DependencyObject, FrameworkElement, UIElement, etc...).
In order for the Windows Community Toolkit to be compatible, we need to adopt not only our own components but ensure any UI dependencies we have adopt WinUI 3 as well.
Thanks for submitting a new feature request! I've automatically added a vote 馃憤 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future!
We have a branch that has that (https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/winui), but it's definitely not fully supported yet. You can play around with it and the build system should just work.
I've created a WinUI3 milestone for us to track any work that has a dependency on WinUI.
Most helpful comment
We have a branch that has that (https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/winui), but it's definitely not fully supported yet. You can play around with it and the build system should just work.