-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix wasm caching on localhost and various E2E test issues #25689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7c07278 to
755949b
Compare
|
Hello human! Please make sure you've included the Shiproom Template in a comment or (preferably) the PR description. Also, make sure this PR is not marked as a draft and is ready-to-merge. |
|
@Pilchie Can this be approved for RC2? I'm aware of the build failure - it's happening for all PRs. |
|
@javiercn I've repurposed this PR to include, in addition to what was there before, various other test fixes. You may want to re-review as there's quite a bit more here now :) |
|
@SteveSandersonMS re-reviewed. |
|
Approved for .NET 5 RC2. |
|
@mkArtakMSFT Ready to merge. |
In #24012 we introduced a regression whereby
localhost/127.0.0.1was excluded from Blazor WebAssembly caching. The result is that the behavior is different when running locally compared with in production, which risks hard-to-detect bugs.This is particularly frustrating because our E2E tests actually tell us that there's a defect here, but the relevant ones are marked as quarantined.
Update
I've also added fixes for various E2E test issues I found while investigating the above (and E2E tests generally). As of this PR, all the E2E tests pass locally for me, at least after working around various unrelated build issues.