Asked
Active
Viewed 1,430 times
-2
-
Try to update packages and deploy again, or try to set `
false ` to false – Jerry Cai May 20 '21 at 06:44 -
i have added this but could not get any success – khalid May 20 '21 at 08:28
-
Please [don’t post images of code, error messages, or other textual data.](https://meta.stackoverflow.com/questions/303812/discourage-screenshots-of-code-and-or-errors) – tripleee Dec 31 '21 at 11:07
1 Answers
0
Similar issue here. Started after my 1st packages upgrades since switching to VS2022 and .NET6 for my blazor app (Azure deployed).
I was even able to get rid of it when downgrading to previous package version. This confirms an old reference is still alive somewhere, not updated.
Solution steps :
- close VS2022
- Delete bin and obj folders from both Client and Server (note: tried client only and, it did not work but, did not try server only).
- open solution in VS2022
- Publish
The solution on this other Stack-overflow article worked for me: Failed to find a valid digest in the 'integrity' attribute for resource in Blazor app

cigien
- 57,834
- 11
- 73
- 112

MauOnStckOvf
- 11
- 4