lhak

Results 56 comments of lhak

One issue here is that all windows are created and shown on the UI thread, so there is never a chance for the content to render until all windows are...

> > One issue here is that all windows are created and shown on the UI thread, so there is never a chance for the content to render until all...

I actually observed the same issue (but in a different configuration) and moving the output folder also helps in my case. Still, the path is far shorter than MAX_PATH (not...

I do not think that this should be closed as it still reproduces with path lengths smaller than MAX_PATH even with the latest appsdk release.

XamlRoot.ContentIslandEnvironment.AppWindowId can be also be used here. However, I think functionality should be added to get the XAML window from a UIElement.

At least in the 1.6-experimental1 release, the _GetProjectArchitecture target still does not support the new runtime identifiers.

This bug is not fixed even with the newest extension. Repro steps as described in the original bug report: -Open a WinAppSDK project (e.g. create a new one in Visual...

Using `GetType().FullName` indeed returns `WinRT.IInspectable` when publishing the msix with AOT and `AppServiceTriggerDetails` otherwise.

I tested calling LaunchUriAsync() without any options set and it correctly opens the application specific settings for me. I do no think that TargetApplicationPackageFamilyName is actually the optional parameter that...