-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request