Reputation: 52576
I upgrade Blazor webassembly from .NET 5.0 RC2 to .NET 5.0.10
official, error happen
Failed to find a valid digest in the 'integrity' attribute for resource 'https://localhost:5001/_framework/System.Private.Xml.dll' with computed SHA-256 integrity 'UHUX2q+Gx7354mjjr1ud+dPsuU8BCFGrvInaRS1WmB8='. The resource has been blocked.
How to fix it?
Upvotes: 2
Views: 4141
Reputation: 17434
When you have this issue, simply rebuild the solution to regenerate files hash.
Upvotes: 3