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.
### Discussed in https://github.com/microsoft/WindowsAppSDK/discussions/2618 Originally posted by **anlocnghg** June 13, 2022 My app previously used 'framework-dependent' deployment (it installed in an user local app folder and could be distributed via...
**TL;DR;** Requesting to add [FabricBot](https://eng.ms/docs/products/1es-data-insights/merlinbot/extensions/fabricbot_overview) configuration associated with your repository to `.github/fabricbot.json`. **Context** FabricBot is now a [config-as-code-only](https://eng.ms/docs/products/1es-data-insights/merlinbot/extensions/bot-config-as-code) platform. As a result, while you can still use the [FabricBot Configuration...
### Describe the bug [Adding Windows App SDk to an existing Project](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/use-windows-app-sdk-in-existing-project) mentions only installing the Windows App SDK package. Not CppWinrt. This state is very confusing because VS can...
### Describe the bug [Adding Windows App SDK to an existing project](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/use-windows-app-sdk-in-existing-project) does not mention that, for MSIX apps, a `PackageDepndency` node needs to be added to the manifest. Is...
### Describe the bug In some fonts (i.e. Segoe UI Variable Display), DWriteCore would render them with unexpected spaces, as seen in the below screenshot of DWriteCoreGallery. ### Steps to...
This PR refactors the AppNotification tests into TAEF. Similar to the PushNotificationTests refactor PR, all the unit tests that use to exist in the ToastNotificationTestApp are moving to TAEF. Now...
### Describe the bug In scenarios where the fusion manifest is not embedded into the output executable, an app bootstrapping with Windows App SDK will fail to start. This appears...
### Describe the bug Very high CPU usage even when the app is closed. It is still running in the background. It only happens after you open WebView2 within app...
### Describe the bug I have Visual Studio and WindowsAppSDK installed without UWP Workload. Now when I want to update the Windows App SDK Extension template, I have to download...
### Discussed in https://github.com/microsoft/WindowsAppSDK/discussions/1990 Originally posted by **EP012014** January 15, 2022 Because desktop apps in Windows App SDK only supports the legacy HWND window model instead of the modern CoreWindow...