Shane Neuville
Shane Neuville
### Description of Change These galleries were mostly moved over to our test cases app once we enable CarV/ColV testing. This PR removes all these galleries from the samples app....
I want to take a moment to express our gratitude to the .NET MAUI community for their contributions. We appreciate the effort put forth by our community members in logging...
### Description VE.OnMeasure follows this path  Which calls this  It should probably call this in both places of the `OnMeasure` override  The checks on the constraints of...
## Help make content visible A common scenario is that users will select something and then navigate away. Once they navigate back the element is still selected which will result...
### Description https://github.com/LuckyDucko/Mopups/blob/44b6af75795a974c45e69587be04b5c684f09db6/Mopups/Mopups.Maui/Platforms/iOS/iOSMopups.cs#L138-L142 We should have a lot more of the memory leak scenarios resolved, so, I would be curious to see if you can remove this. If you can't...
### Description The following PR made the situation better, but I don't think it's still quite perfect. We merged it for now because it at least fixes the issue where...
### Description With NET9.0 we now call "DisconnectHandler" by default on all components of a page when they are popped from the stack. It looks like this code is now...
### Description of Change This fixes up the UITest cake scripts for windows so that you can generate screen shots locally. Currently this doesn't generate the same screenshots as CI...
### Description HandlerDoesNotLeak.DatePicker fails a lot. We setup a general structure [here](https://github.com/dotnet/maui/pull/23784) for testing memory leaks. We could move this test (or all of them) over to appium, which should...