-
### Describe the bug
I have downloaded the XAML hosting sample application available in the WindowsAppSDK-Samples repo. It's working fine.
My problem is that the ResourceManagerRequested event is …
-
### Describe the bug
After updating to Microsoft.WindowsAppSDK 1.4.231219000 window icons for Winui 3 packaged app were disappeared. (example on video.) Note that it happens only ob tablet PC with …
-
### Describe the bug
.net 7
Microsoft.WindowsAppSDK:1.2.230313.1
when use
var bmp = new BitmapImage(new Uri("ms-appx:///Assets/Login/default_avatar.png")); // is ok
var file = StorageFile.GetF…
-
Tried upgrading Microsoft.WindowsAppSDK from 1.1.3 to 1.1.5, but still same result
System.DllNotFoundException
HResult=0x80131524
Message=Unable to load DLL 'Microsoft.ui.xaml.dll' or one of …
-
### Describe the bug
We're distributing Windows App Runtime 1.0.3 as part of PowerToys and some users are reporting installation errors.
This specific error:
https://github.com/microsoft/PowerToy…
-
**Repro steps**:
1. Turn on dark mode
2. Click connect
3. Fill in Host, Port wrong
4. Dialog shows up
**Result**:
All content of main window is gone, dialog shows a white window without te…
-
### Describe the bug
You cannot set the colors of the title and subtitle of a titlebar using AppWindow.TitleBar.ForegroundColor
### Steps to reproduce the bug
* Create a Blank WinUI3 app
* Upgrade…
-
I had been 'investigating' Win2D in UWP for over a year and I decided to try it with Win2D. I create a Project Reunion project and Add the Microsoft.Graphics.Win2D nuget package. I get the build error…
-
### Describe the bug
When building my Windows applications on an Azure pipline agent, the Build in release task fails with a MSB3073 error looking like this: `C:\Users\VssAdministrator\.nuget\package…
-
### Describe the bug
Using .NET MAUI (preview 11) the `ToastNotificationManagerCompat.OnActivated` event is not triggered if a toast is clicked when the app is not running. The app is started and `To…