Vy Do
Vy Do

Reputation: 52576

Failed to find a valid digest in the 'integrity' attribute for resource 'https://localhost:5001/_framework/System.Private.Xml.dll'

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.

enter image description here

How to fix it?

Upvotes: 2

Views: 4141

Answers (1)

agua from mars
agua from mars

Reputation: 17434

When you have this issue, simply rebuild the solution to regenerate files hash.

Upvotes: 3

Related Questions