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.
### Describe the bug Not sure if this is a bug or by design, but the TextAlignment enumeration used by TextBlock contains the duplicate entries. Using Enum.GetValues shows there are...
### Describe the bug I want to create a widget with a Media component that let users play a video, but the Play button appears cut in half when I...
### Describe the bug Trying to activate a packaged windows app sdk application using the IApplicationActivationManager::ActivateForFile method (e.g. from a Windows 11 explorer context menu entry component) fails with the...
This pull request updates the following dependencies [marker]: (Begin:39d1e3f0-da09-4b35-b852-fb7e75c5c7af) ## From https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKClosed - **Subscription**: 39d1e3f0-da09-4b35-b852-fb7e75c5c7af - **Build**: 20240926.2 - **Date Produced**: September 26, 2024 10:22:29 AM UTC - **Commit**: 67764f5e6e4b554a5323a81614161578aa3269f6...
**Describe the bug** [`GraphicsCaptureSession`](https://docs.microsoft.com/en-us/uwp/api/windows.graphics.capture.graphicscapturesession?view=winrt-19041) currently doesn't seem able to capture context menus when selecting a specific window (using `GraphicsCapturePicker` and not interop if this makes a difference) as capture source....
### Describe the bug I created a new WinUI project and converted it to unpackaged using [this guide](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app#unpackaged-create-a-new-project-for-an-unpackaged-c-or-c-winui-3-desktop-app). I made no other modifications and attempted to start it which resulted...
### Describe the bug Trying to use CoGetObject function to create an elevated IFileOperation COM object fails with "Interface Not Registered" error in a packaged app. When calling the function...
### Describe the bug When building the app with `PublishAot=true`, getting a string array from `ApplicationData.Current.LocalSettings` and casting it to the `string[]` type I get: `System.InvalidCastException: 'Unable to cast object...
### Describe the bug The documentation for COM:ComInterface https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-com-cominterface and the chain below them are shown as a child of the COM:Extension under an Application. This likely stems from the...
### Describe the bug When trying to run a published application it crashes at startup ``` Application: Capster.exe CoreCLR Version: 8.0.824.36612 .NET Version: 8.0.8 Description: The process was terminated due...