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

### Describe the bug **This is a bug in WindowsAppSDK v1.2 preview1**, when I set `AppWindowTitleBar.ExtendsContentIntoTitleBar`, the title bar can't be dragged. In fact, this problem also happens when not...

### Describe the bug I've created a **WinUI CustomControl** library. Then I've created a `UserControl` (named `MainUI`)that is composed by 3 different `CustomControl`s of that library. Finally, since all those...

### Describe the bug My App is a packages App, in the main code I called FindOrRegisterForKey to achieve singleton. however, the Class not registered excpetion happened when I run...

### Describe the bug When you include the Microsoft.Windows.AppLifecycle.h (or any other header that starts with Microsoft.Windows), it causes issues in other AppSDK headers included after that (eg: Microsoft.UI.Xaml.h) since...

bug
area-Developer tools

### Describe the bug The following exception occurs when I attempt to debug any MAUI app in a clean install of Visual Studio 17.3.4 DEP0800: The required framework "C:\Users\\.nuget\packages\microsoft.windowsappsdk\1.1.3\buildTransitive\..\tools\MSIX\win10-x64\Microsoft.WindowsAppRuntime.1.1.msix" failed...

### Describe the bug Setting the TitleBar color to a solid color using the following: ``` Orange ``` causes the underlying content to be occluded. Changing the value to the...

### Describe the bug Internal bug: https://task.ms/37013389 Rohan found two gaps in the .NET publish scenario (after fixing the basic scenario using https://microsoft.visualstudio.com/WinUI/_git/Microsoft-WinUI-Sdk/pullrequest/6634696): Single file publish doesn't work as expected...

bug
area-Developer tools
servicing-consider-1.0

### Describe the bug Previously in UWP, calling the `NetworkInformation.GetInternetConnectionProfile()` method would return the network information - regardless of the thread used. In WinUI, this gives a COMException if it...

area-External

### Describe the bug The use of CoCreateInstance here: [dev/UndockedRegFreeWinRT/catalog.cpp](https://github.com/microsoft/WindowsAppSDK/blob/8d34c72be4351403fc31d24d26a62662b507ecab/dev/UndockedRegFreeWinRT/catalog.cpp#L412) Line 412 `RETURN_IF_FAILED(CoCreateInstance(CLSID_CorMetaDataDispenser,` requires that the Windows feature on demand NetFX3 be present to function. Creation of a CLSID_CorMetaDataDispenser can...

area-UndockedRegFreeWinRT