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.
## Summary When using the recommended "Hybrid CRT" approach for a self-contained Windows App SDK C++ desktop application, `Microsoft.DesktopBridge.targets` incorrectly injects VCLibs framework dependencies into the AppxManifest.xml during packaging, despite:...
Nuget will now follow: M.m.p+DateRev A microsoft employee must use /azp run to validate using the pipelines below. WARNING: Comments made by azure-pipelines bot maybe inaccurate. Please see pipeline link...
When working on WinAppSDK, we want to be able to easily run tests to check if our changes are breaking anything or introducing any regressions. Now, the `TestAll.ps1` was changed...
This Pull Request introduces a refactoring on the `DeploymentManager.cpp` class implementation. The goal is to facilitate bug tracking and the implementation of more localized tests, making it easier to implement...
@niklasb-ms discovered that using WinAppSDK from an unpackaged app using dynamic dependencies can cause the exe to fail to launch with a "module not found" error. This appears to be...
### Describe the bug The Microsoft.Windows.ApplicationModel.WindowsAppRuntime.ReleaseInfo api reports the wrong version number in the following scenario: - The app is unpackaged and not self-contained - Another application (example: powertoys) is...
A microsoft employee must use /azp run to validate using the pipelines below. WARNING: Comments made by azure-pipelines bot maybe inaccurate. Please see pipeline link to verify that the build...
There's also some weird restrictions on existing capabilities, like access to the `Downloads` folder only lets you create a sub-directory, see [doc issue here](https://github.com/MicrosoftDocs/winrt-api/issues/386). If you're trying to make an...
Add samples to [WinAppSDKSamples](https://github.com/microsoft/WindowsAppSDK-Samples) for OAuth APIs
### Title WinUI 3 Template missing ContentDialog template ### --------------------- WinUI 3 模板缺少 ContentDialog 模板 --------------------- As shown in the figure, in WinRT Xaml (UWP), the template created by ContentDialog...