-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fake 5.6 cache failure #2083
Comments
Thanks a lot for reporting I think I found the issue |
Also I unlisted the 5.6 runner packages (chocolatey, dotnet-fake and fake-cli) |
5.6.1 is released and should work |
@matthid i'm using 5.6.1 and have the same error on a fresh machine.
|
@BlythMeister Please give more context and steps to reproduce ;) |
i deleted the .nuget folder on my machine under my user profile (for another reason) |
Yes then the cache was invalid and the detection was ok ;) |
hmmm...big red stacktrace may not be required for an "expected exception" ;) |
I feel like that is acceptable for people messing around with the cache folder by hand ;) |
this also happened on a brand new machine, fresh checkout of repo and run...because the cache doesn't exist before the 1st load :D |
but then you commited the .fake directory which you shouldn't? |
Description
On second and subsequent builds after clearing the
.fake
folders from the projectRepro steps
Please provide the steps required to reproduce the problem
setup-test.fsx.txt
Expected behavior
It just works
Actual behavior
Cache failure message as above, then it just works
Known workarounds
Delete the .fake folder(s) and try again
Related information
The text was updated successfully, but these errors were encountered: