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

Need to add scope_exit after these registrations to remove them in the case of subsequent failure. _Originally posted by @hulumane in https://github.com/microsoft/WindowsAppSDK/pull/2267#discussion_r827388952_

area-Notifications
feature proposal

### Describe the bug The MultipleChannelClose unit test is failing because it is not throwing WPN_E_CHANNEL_CLOSED when a PushNotificationChannel is closed twice. ### Steps to reproduce the bug Run the...

area-Notifications

Currently one can apply effects to videos during playback and transcoding by implementing the IBasicVideoEffect interface and adding it to the player or transcoder. However, it does not support HDR...

area-Media
feature proposal
area-External

### Describe the bug I would embed few files as `Content` in a Class Library project. Theese files such be used only by the Library. However, they seem to be...

area-DeveloperTools

### Describe the bug I have a slider bound to an object that updates it as the position of a MediaPlayer changes, and allows it to update the position by...

area-Media
area-External

### Describe the bug I have a strange exception that some users have reported to occur when using FolderPicker as follows: ``` var folderPicker = new Windows.Storage.Pickers.FolderPicker(); WinRT.Interop.InitializeWithWindow.Initialize(folderPicker, MainWindow.sWindowHandle); folderPicker.SuggestedStartLocation...

bug
area-File access

### Describe the bug An application uses winrt::Windows::Devices::Enumeration::DeviceWatcher and creates a winrt::Windows::Devices::SmartCards::SmartCardReader instance by calling co_await winrt::Windows::Devices::Enumeration::DeviceInformation::FindAllAsync(SmartCardReader::GetDeviceSelector()) and then create a reader instance with co_await SmartCardReader::FromIdAsync(device.Id()) from the collection above....

area-Lifecycle
area-interop
area-External

### Describe the bug In **Windows Server 2019 OS**, If we are creating an exe from publish via folder by using the Custom Control with below shown settings: ![publish](https://github.com/microsoft/WindowsAppSDK/assets/93642597/1528b158-e58e-445e-93d6-36049bf98499) the...

area-Deployment

### Describe the bug From my observations `EnableMsixTooling` is responsible for renaming the pri file from `[ProjectName].pri` to `resources.pri`. If `EnableMsixTooling` is ommited because it is not needed for unpackaged...

area-Deployment
team-Markup

# Proposal: Ability to associate an unpackaged app with an uninstaller entry Today Windows offers the ability to uninstall apps from the Start menu. When you use the uninstall option...

area-Deployment
feature proposal