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 Using the "Blank app, packaged using packaging project for windows application" in Visual Studio 2022 fails to build completely due to NETSDK1083. ### Steps to reproduce...
### Describe the bug WinAppSDK version 1.2.230313.1 This is on a C# packaged MSIX application. I am attempting to use the Notifications platform per documentation, and I am unable to...
### Describe the bug Install VS community edition (doesn't seem to matter whether it's GA or preview) and create a new WinUI project. Once it's done just hit F5 and...
### Describe the bug Almost the same as #4777 , happens occasionally when I update the wasdk nuget to a newer version. Build log: ``` 1>ListViewSelectedIndex-WinUI.vcxproj -> D:\WinUI-Bug\19-ListViewSelectedIndex\x64\Debug\ListViewSelectedIndex-WinUI\ListViewSelectedIndex_WinUI.exe 1>D:\WinUI-Bug\19-ListViewSelectedIndex\packages\Microsoft.WindowsAppSDK.1.6.240923002\build\Microsoft.Build.Msix.Pri.targets(304,5): error...
### Describe the bug This has happened multiple times after changing the wasdk version in nuget package manager. Restart Visual Studio usually fixed it, but it's annoying. Build log ```...
### Describe the bug C#/WinRT is used to generate .NET projection assemblies for both Windows App SDK and the Windows SDK. On occasion, these must be updated together to maintain...
### Describe the bug I have a WinUI3 packaged app registered a custom scheme in `package.appxmanifest` using ```xml TestApp ``` I found out the corresponding registry key `Computer\HKEY_CLASSES_ROOT\testapp` is not...
### Describe the bug The upgrade from 1.5 to 1.6 is not working, so I tested a completely new WinUI 3 app and: not working. ### Steps to reproduce the...
This pull request updates the following dependencies [marker]: (Begin:2a0dfd54-7fe6-4469-af4b-85c3b4033912) ## From https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP - **Subscription**: 2a0dfd54-7fe6-4469-af4b-85c3b4033912 - **Build**: 20240930.1 - **Date Produced**: October 1, 2024 12:15:21 AM UTC - **Commit**: 943a920dac1612ac395a09f42af287a08e6eddac...
### Describe the bug When app is updated to WinAppSDK 1.6 and WindowsSdkPackageVersion is set to 10.0.22621.38 or if app is on WinAppSDK 1.5 and WindowsSdkPackageVersion is set to 10.0.22621.38...