Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,650 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Visual studio 2019 to develop Blazor wasm hosted App (.NET 5) Progressive
The app works fine locally, but after i publish i get lost of
Integrity Check failed Error
I tried disabling the progressive part, but that did not help either.
The best solution I have found to this issue is the delete the "obj" and "bin" folders in the Solution and rebuild the application. This seems to force the blazor.boot.json to rebuild.