You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal Blazor WebAssembly (.NET 10) reproduction: MediatorLite v2's Unit.CompletedTask (a self-referential static ValueTask<Unit> field) aborts the Mono/WASM type loader on first mediator dispatch.
Minimal dependency-free .NET 10 repro: Mono/WASM type loader aborts (object.c:8000) on a self-referential static ValueTask<Unit> field — same class as dotnet/runtime#85821, not covered by the #115278 array-path fix.