Ilona Tomkowicz
Ilona Tomkowicz
## ✔ ***Resolved*** — Flipping the `NavigationException` switch With https://github.com/dotnet/aspnetcore/pull/62377 we have a new default behavior and new name: ``` "Microsoft.AspNetCore.Components.Endpoints.NavigationManager.EnableThrowNavigationException", default value: false -> "Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException", default value: true. ```...
Possible reasons for multiple `PauseAndDisposeCircuitHost` calls: - Race between eviction and manual termination - both `OnEntryEvicted` and `TerminateAsync` use `circuitHost.DisposeAsync` that cleans the scope of the circuit. Scenario: theoretically the...
This should stay opened after merging https://github.com/dotnet/aspnetcore/pull/63010 which is a potential fix. I'm assigning @javiercn as a reminder to take another look before RTM to make sure it's working as...
This is still being hit (~5x a day) after merging the initial fix attempt.
> @ilonatommy have you checked under webassembly/samples? I believe there is one there. yes but old one and not standalone: https://github.com/dotnet/aspnetcore/tree/main/src/Components/WebAssembly/Samples
> @ilonatommy have you checked under webassembly/samples? I believe there is one there. We can check it this way: searching for `Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer"` in the repo: https://github.com/search?q=repo%3Adotnet%2Faspnetcore%20Include%3D%22Microsoft.AspNetCore.Components.WebAssembly.DevServer%22&type=code
> @ilonatommy were you looking at these same E2E test failures recently? yes, it got blocked on main https://github.com/dotnet/aspnetcore/blob/5678f227fafa5dcd10b98801d4da54f1add7de6d/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs#L1312
/ba-g failure is known and not related
I see, branch protection was elevated only for main, in backports having review + Build Analysis green is not enough to merge.
@lewing, the net10 equivalent fixed the issue.