-
Patchers fail to build with an error message something like: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So far this typically is due to a corrupt local Nuget cache, which is the system that downloads the libraries patchers use when building. Steps to try:
This is where Nuget stores all its local files, some of which might be corrupt.
|
Beta Was this translation helpful? Give feedback.
So far this typically is due to a corrupt local Nuget cache, which is the system that downloads the libraries patchers use when building.
Steps to try:
dotnet nuget locals all -l
This should return some output like this:
This is where Nuget stores all its local files, some of which might be corrupt.
dotnet nuget locals all -c
This will clear out all the folders listed above, so…