We moved all namespaces into a single namespace. No matter which (WinUICommunity) library you use, the namespace is always as follows For use in the Xaml: xmlns:wuc="using:WinUICommunity" For use in the Csharp: using WinUICommunity;
<wuc:SettingsPageControlModuleDescription="Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. Made with 💗 by Microsoft and the PowerToys community." ModuleImageSource="ms-appx:///Assets/PT.png" ModuleTitle="General" SecondaryLinksHeader="Related information"> <wuc:SettingsPageControl.ModuleContent> <StackPanelOrientation="Vertical"ChildrenTransitions="{StaticResource SettingsCardsAnimations}"> <!-- Settings Here --> </StackPanel> </wuc:SettingsPageControl.ModuleContent>
<wuc:SettingsPageControl.PrimaryLinks> <wuc:PageLinkLink="https://aka.ms/powertoys" Text="Documentation" /> <wuc:PageLinkLink="https://aka.ms/powertoys" Text="GitHub repository" /> <wuc:PageLinkLink="https://aka.ms/powerToysReportBug" Text="Report a bug" /> <wuc:PageLinkLink="https://aka.ms/powerToysRequestFeature" Text="Request a feature" /> </wuc:SettingsPageControl.PrimaryLinks>