Alexander Sklar

Results 133 comments of Alexander Sklar

@leon0399 Your react component is using the older `NavigationView` and friends (the type from Windows.UI.Xaml), whereas your native component is using it from Microsoft.UI.Xaml (WinUI 2). In order to use...

@chrisglein yeah we should clarify it in the docs. We project all xaml controls in WUX and any additional metadata, which by default includes MUXC. Feel free to reuse this...

hi @iammustafatz, this repo is for exposing the built-in windows.ui.xaml and microsoft.ui.xaml controls, and provides a way to expose controls from custom libraries. You could use the tools in this...

thanks @Jason3S for the quick fix! If I understand correctly, the win32 dictionary is created automatically by running a script on the Windows SDK headers and collecting the words that...

the `CodePushConfig` type does not have a constructor so an instance of it cannot be constructed. It looks like you are supposed to call the static methods on that type...

that's just the implementation (see the `::implementation` part of the namespace in line 14), so you're not supposed to use that; instead you should use the same type but without...

@kilasuit is there something that the Add-AppxPackage can do to work around this issue? the script works fine in Windows PowerShell, but it is failing in pwsh core. This is...

CC @SteveL-MSFT could you please help unblock us? 🙏

thanks @SteveL-MSFT - note that I'm hitting this on the latest internal Windows 11 builds, so even there it's not working as expected