-
I have cake 3.2.0 and it works but I try to upgrade cake to 4.0.0 and for a reason i don't understand the dotnet dotnet-cake does not work. I run the commande to update cake using .net 8 (8.0.204) commande line like this :
I receive a message saying the commande is installed : but when i run the usual commande to run cake
I get the message like it's not installed : I cannot find any clues anywhere after looking in issues, discussion, stackoverflow. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The problem is related to my windows DevDrive and toolResolverCache. I had install the version 3 and 3.2 before adding the dev drive so it's probably the reason why it was working. Just found the solution by deleting toolResolverCache seems to fix the issue. On linux it's at ~/.dotnet/toolResolverCache Found this here : github issue |
Beta Was this translation helpful? Give feedback.
-
// Install Shodan as a Cake Addin // Install Shodan as a Cake Tool |
Beta Was this translation helpful? Give feedback.
The problem is related to my windows DevDrive and toolResolverCache.
I had install the version 3 and 3.2 before adding the dev drive so it's probably the reason why it was working.
Just found the solution by deleting toolResolverCache seems to fix the issue. On linux it's at ~/.dotnet/toolResolverCache
Found this here : github issue