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 481 WindowsAppSDK issues
Sort by recently updated
recently updated
newest added

This pull request updates the following dependencies [marker]: (Begin:b49ca9bf-d0cc-491e-9fa8-08da6b650a31) ## From https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionClosed - **Subscription**: b49ca9bf-d0cc-491e-9fa8-08da6b650a31 - **Build**: TransportPackage-Closed_2207.21002 - **Date Produced**: 7/21/2022 10:23 PM - **Commit**: 7dce288282ff1b5fdb778948055f0bf119c24536 - **Branch**: refs/heads/release/1.2-experimental1...

needs-triage :mag:

### Describe the bug I attempted to move from 1.0.3 to 1.1.2 today and I am seeing a deployment issue after an incremental build. It works fine after a clean...

bug
area-Developer tools

.NET developers can set TFM to net6.0 and net6.0-windows. If they then add a nuget reference to the WinAppSDK, the build will succeed, but the winappsdk will not be referenced,...

feature
area-dotnet

### Describe the bug launchSettings.json contains key WinAppSdk project configuration in the current templates, and if the file is missing things break. It must be checked in. But launchSettings.json also...

bug
area-Developer tools

### Discussed in https://github.com/microsoft/WindowsAppSDK/discussions/2743 Originally posted by **xiaoli8848** July 16, 2022 ![屏幕截图 2022-07-16 101906](https://user-images.githubusercontent.com/45089374/179335819-dbdb135e-2c72-4501-9952-8b8feb072d01.png) As shown in the picture, when I run a WinUI3 Unpackaged project, it immediately shows this...

bug
area-dotnet

### Describe the bug When `Microsoft.UI.Windowing.AppWindow` draws the titlebar instead of the DWM, the drawn caption text and program icon are unaligned compared to the normal DWM titlebar. ### Steps...

area-Windowing

**Describe the bug** The build error you receive when incorrectly targeting `net5.0` instead of `net5.0-windows10.0.xxxxx` is very unhelpful: ``` Error MSB4086 A numeric comparison was attempted on "$(TargetPlatformVersion)" that evaluates...

area-DeveloperTools
area-MRTCore
feature proposal

[AppActivationArguments](https://docs.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.windows.applifecycle.appactivationarguments) does not allow developers to pass in custom arguments to a redirected instance because [AppActivationArguments](https://docs.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.windows.applifecycle.appactivationarguments) can't be constructed, and [Data](https://docs.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.windows.applifecycle.appactivationarguments.data#microsoft-windows-applifecycle-appactivationarguments-data) isn't settable. This spec is to allow developers to...

needs-triage :mag:

@marb2000 Currently we are able to find the dependencies for the current WinUI 3 Desktop app, and iterate through the optional packages. However, for whatever reason, we are unable to...

area-Packaging
feature proposal

This is a long post but the headline is this - if you distribute a packaged app outside the Store then **the lifetime of your app is tied to the...

feature
area-Installer