WindowsAppSDK icon indicating copy to clipboard operation
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.

Results 636 WindowsAppSDK issues
Sort by recently updated
recently updated
newest added

## 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:...

area-Packaging
needs-triage

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...

needs-triage

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...

needs-triage

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...

needs-triage

@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...

area-DynamicDependencies
feature proposal

### 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...

bug
needs-triage
area-VersionInfo

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...

area-File access
feature proposal

Add samples to [WinAppSDKSamples](https://github.com/microsoft/WindowsAppSDK-Samples) for OAuth APIs

area-Security
samples

### Title WinUI 3 Template missing ContentDialog template ### --------------------- WinUI 3 模板缺少 ContentDialog 模板 --------------------- As shown in the figure, in WinRT Xaml (UWP), the template created by ContentDialog...

needs-triage
feature proposal