Mackinnon Buck

Results 135 comments of Mackinnon Buck

Thanks for reaching out, @ScarletKuro. When an event handler is created from a delegate, the event's receiver is the delegate's `Target`, if it implements `IHandleEvent`. If the `Target` is _not_...

Thanks @ScarletKuro, glad to hear it works. Yeah, unfortunately these APIs didn't exist in .NET 7. There might be a creative way to reimplement `IHandleEvent` in a custom base component...

Here are some results from this investigation: > Add instrumentation to measure how long various initialization stages take... collect traces for Blazor-specific initialization code By adding the following to the...

We've decided to hold off on addressing this directly for now. It's not currently possible to determine with complete certainty when a MAUI control's `ViewHandler` can be safely disposed, and...

Closing since the issue linked in the previous comment describes the issue that you're most likely hitting, and it has been closed with provided guidance.

It's possible to verify the changes via `dotnet watch`, although I will admit it's not easy to set up and debug. We'll need someone from the Blazor team (either me...

Thanks for the info @jeromelaban, that helps a lot. We currently have some other high-priority items that need to be addressed in the short-term, but I'll optimistically slot this into...