Skip to content

Placeholders are not updated in precompressed index.html files for published Blazor WebAssembly standalone apps #61937

@danroth27

Description

@danroth27

Repro steps:

  • Install .NET 10 Preview 4
  • dotnet new blazorwasm
  • dotnet publish -c Release
  • Inspect the published index.html.br and index.html.gz files

Expected result: The placeholders in the compressed index.html files have been updated
Actual result: The placeholders are not updated:

Image

This impacts Azure deployments that redirect to the precompressed files (Azure Static Web Apps, Azure App Service).

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions