Version 18.2.0.46: Failed to find a valid digest in the 'integrity' attribute for dll resources
Hello,
I recently upgraded from 18.2.0.45 to 18.2.0.46. However, I encountered the following errors:
I did a quick search online and 1 of the resolutions is to add the following attribute in my project's .csproj file to ignore integrity checks: <BlazorCacheBootResources>false</BlazorCacheBootResources> (escaped angle brackets as they disappeared on save)
Is this the expected solution to the problem?
Thank you!
SIGN IN To post a reply.
7 Replies
1 reply marked as answer
JA
Jesus Arockia Sankaran S
Syncfusion Team
July 26, 2020 12:27 PM UTC
Hi Zhi,
Thank you for the details.
We have checked the reported issue and we suspect that this a general Blazor issue not with Syncfusion Blazor components. We request you to check the below Blazor GitHub issue page for further details where setting “<BlazorCacheBootResources>false</BlazorCacheBootResources> ” is provided as solution for the reported issue.
Please get back to us if you need any further assistance.
Regards,
Jesus Arockia Sankaran S
Marked as answer
ZY
Zhi Yuan
July 27, 2020 12:28 AM UTC
Hello,
Verified that the link you provided works, thank you!
Adding the solution here in case someone else faces the same problem as I do:
1. Create `.gitattributes` file
2. Add `* binary` to the file
3. Run `git add --renormalize .` if you've just added or changed the .gitattributes file
JA
Jesus Arockia Sankaran S
Syncfusion Team
July 27, 2020 05:44 AM UTC
Hi Zhi,
Welcome and thank you for the details.
Regards,
Jesus Arockia Sankaran S
JM
Jose Manuel
November 30, 2020 04:16 AM UTC
Hello, I faced the same issue when I upgraded. It got resolved once I cleaned the solution rebuild. Hope It helps.
MK
Muthukumar Kannan
Syncfusion Team
December 1, 2020 08:03 AM UTC
Hi Jose,
Thank you for your valuable details.
Regards,
Muthukumar K
IN
Indra
January 22, 2022 04:55 PM UTC
Hello,
I Know this thread is 2 years old, but im facing the same problem, and its not syncfusion problem, but Blazor problem.
When i search in google, i found this page, so for future me, if im forgetting the solution, and for others who still having the same problem, here is the solution.
- Close VS
-
Delete the obj and bin folders from all your projects
-
start VS again
-
rebuild solution
-
try publish again
Hope this solve your problem
Hi Indra,
Thank you for posting the solution.
SIGN IN To post a reply.
- 7 Replies
- 6 Participants
- Marked answer
-
ZY Zhi Yuan
- Jul 25, 2020 09:27 AM UTC
- Jan 24, 2022 04:16 AM UTC