Lachlan Gordon

Results 10 issues of Lachlan Gordon

# Known issues with ShellNavigationManager These are intended as notes for future research and we're not planning on acting on them immediately. If anyone comes across bugs in ShellNavigationManager that...

shell

I'm trying to add a `BlazorWebView` to the Control Gallery app so I can reproduce, and hopfully fix #286. Based on the HybridApp sample I think I've done everything right...

In the NativeComponent adapter there are two Debug.Fail() calls. When debugging on iOS or Android these are basically the same as Debug.WriteLine and the app keeps running with a log...

In the NativeComponentAdapter the if an if check to make sure a child has the correct parent. ``` if (!Renderer.ElementManager.IsParentOfChild(_closestPhysicalParent, matchedEarlierSibling._targetElement)) { Debug.WriteLine($"Expected that the item found ({matchedEarlierSibling.DebugName}) with target...

Playing with trains all on your own during a pandemic is lonely. Let's make it multiplayer so we can all work on the same train set at the same time....

This is very much a work in progress but I thought I'd share it as a draft PR for anyone interested in my progress. I've successfully got Blazing Trains running...

Created a view using the new CollectionView I've also implemented the same view using a ListView within this app to make it easier to do a side by side comparison....

Hi, I pull this repo down and tried to build it for Android but I'm hitting an error. It builds fine but when I try to deploy I get the...

The titles don't match the pictures and there are lots of other mountains. There should be an Azure function that scrapes wikipedia.

Hi there, Thanks for a fun challenge. I've refactored as much code as possible into a .Net standard library with no dependency on forms. This allows me to share the...