Skip to content

[Blazor] Remove the check for cacheBootResources from Auto render mode detection #61666

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maraf
Copy link
Member

@maraf maraf commented Apr 24, 2025

In the dotnet/runtime#114901 we are removing custom cache. The current auto render mode detection is based on assumption "has used previously used the current version (hash) of application?". Whether custom cache was used or not should not matter, as proper HTTP cache should ensure all the assets are cached.

@maraf maraf added area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly labels Apr 24, 2025
@maraf maraf added this to the 10.0-preview5 milestone Apr 24, 2025
@maraf maraf self-assigned this Apr 24, 2025
@maraf maraf marked this pull request as ready for review April 30, 2025 15:57
@maraf maraf requested a review from a team as a code owner April 30, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant