WindowsAppSDK
WindowsAppSDK copied to clipboard
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
### Describe the bug On clean windows install and fresh VS, the workload to install winui and the template do not confgure the machine correctly. ### Steps to reproduce the...
Can F# desktop templates please be provided in Visual studio? Some programmers would prefer to use a functional language for desktop development
@haonanttt I just downloaded VS 17.14 Preview 3, I see some of the template changes, but not all of them. The file-scoped namespaces for instance aren't there...? But I see...
### Describe the bug When i was just trying to Show Dialog. (Just to show dialog, not initialize the preview elements). This error happened. ### Steps to reproduce the bug...
https://github.com/microsoft/WindowsAppSDK/issues/5767 I cannot reopen the old question, so created new issue. This is the result of asking on the Visual Studio Developer Community: _This issue originates from the Windows App...
Using the WindowsAppSdk for packaging in a single project wpf app with Blazor Hybrid doesn't compile
### Describe the bug If you add the WindowsAppSdk.Runtime for the packaging of a single project WPF app this works and produces an msix. However, adding Blazor Hybrid to solution...
### Describe the bug The Windows App SDK NuGet package does not use the Windows App SDK logo. This is not great for the brand recognition and consistency across the...
### Describe the bug Meta packages use the default NuGet product icon, which looks like it's not an official thing. Some packages do, some don't - which makes it feel...
Removes the asynchronous `EffectivePowerMode` API and related functions, which were causing a deadlock. The synchronous `EffectivePowerMode2` is now the only available method for retrieving the effective power mode. The test...