Brandon Minnick

Results 263 comments of Brandon Minnick

I understand that you have unit tests failing. The above description describes the scenario you're experiencing. However, I don't understand the problem you're trying to solve. > Expected Behavior >...

@jamesingreersc Your issue is not related. Here's the relevant excerpt from the [Release Notes](https://github.com/CommunityToolkit/Maui/releases/tag/10.0.0) to fix your issue:

The .NET MAUI team re-engineered Handler disconnection in .NET 9: https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-9?view=net-maui-9.0#handler-disconnection If you are manually disconnecting the Handler, you need to first set `HandlerProperties.SetDisconnectPolicy(video, HandlerDisconnectPolicy.Manual);`.