-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
dotnet/sdk
#20630Closed
Copy link
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-aot-compilationThis issue is related to AoT compilation of Blazor WebAssembly appsThis issue is related to AoT compilation of Blazor WebAssembly appsfeature-blazor-boot-up
Milestone
Description
Currently the Blazor SDK cache-busts dotnet.js
by including the framework version as part of the built or published file name. With AOT, this might not be sufficient since the contents of the file can change depending on what code is being AOT compiled. We need an alternate way to mangle the filename for cache busting. A simple solution might be to include the hash of the file as part of the file name.
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-aot-compilationThis issue is related to AoT compilation of Blazor WebAssembly appsThis issue is related to AoT compilation of Blazor WebAssembly appsfeature-blazor-boot-up