Jevan Saks
Jevan Saks
I think I figured this out, I got this to work: ```c# var q = new Query() .Resource(pullRequestUri) .Cast() .Select(x =>... ``` If this is the right approach, then the...
@micahl / @janareis can you add some more context here? (you can edit the description to provide it)
Thanks @asklar for identifying the issue. I've sent mail to the WebView2 nupkg owners to ask them to fix this.
Now that the property is available, we should just add that property to the WinUI2 nupkg targets. Something like: ``` true ``` @asklar can you hack your WinUI2 targets locally...
> @jevansaks 'tis working. PR here #5990 (please double check me that the packaging will convert the file the change is in into microsoft.ui.xaml.targets) Thanks! Yes the nuspec renames it:...
Bringing @harvinders proposal's description over here: # Proposal: Dockable Windows ## Summary Add support for dockable windows that can be docked to a window like what we have in Visual...
This issue is also cross-posted to https://stackoverflow.com/questions/56675628/uwp-navigation-memory-leak. We can investigate as a platform bug and report back to stack overflow when we understand this. @MikeHillberg can you debug this repro?
> Shouldn't ApplicationView's have the option to create multiple ApplicationView's in the one same Dispatcher? Starting in 19H1 you can use the [AppWindow API](https://docs.microsoft.com/en-us/uwp/api/windows.ui.windowmanagement.appwindow) to create multiple windows on the...
Thanks for the report! Our team is on holiday break right now but we'll take a look when we return!
@LucasHaines how does this relate to the input validation features you've been looking into?