Skip to content

Client side fingerprinting compatibility in .NET 10 #130

@pkellar

Description

@pkellar

I've recently updated a project to .NET 10. I also wanted to use the new Client-side fingerprinting that is now offered with .NET 10. When I implement this by adding <OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders> to my csproj file, my application correctly uses the fingerprinted dotnet[fingerPrint].js file. However, the web worker will still call for the old dotnet.js file without this fingerprint. This is causing a 404 error since the non fingerprinted file no longer exists. Is there a way I can make the web worker compatible with my client side fingerprinting?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions