Replies: 1 comment
-
Sounds like you have some nuget packages cached on your system that fail the hash validation. I suggest disabling the "offline packages" package source and clearing your package caches. IIRC there were some issues with some nuget versions and hash calculation in the past and if you still have local packages that were at some point restored with those nuget versions this doesn't get fixed automatically. The reason you've probably never had an issue with this is because almost no-one uses package lock files yet for dotnet, but this project does. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just forked and clone the repo. I get this from Visual Studio/Rider/command line:
Any ideas?
TIA, Steve.
Beta Was this translation helpful? Give feedback.
All reactions