-
Notifications
You must be signed in to change notification settings - Fork 525
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
[Bootstrapper] Should not request Github while cache is valid #2365
Comments
/cc @vbfox |
It's a regression introduced by the hash file download, the cache for it never works (File is downloaded to a temporary location and never moved to the cache) it's not really linked to magic mode :) I'll fix it anyway 🦊 |
@vbfox Yeah I know (see my bug report which is without magic mode). It's just that this bug renders magic mode unusable with solutions containing a couple of netcore projects, because github is blocking quite fast... Yeah I fix would be highly welcome because it is quite frustrating that I had to remove magic mode for now. (Sorry usually I'd just fix this myself but atm I'm trying to focus on a FAKE 5 release) |
The hash file was never cached and always downloaded again Fixes fsprojects#2365
Description
The following behavior was noticed in a netcore project when restoring stuff with the bootstrapper in magic mode:
It seems like the bootstrapper still does a lot of requests when it shouldn't (that would improve speed in this scenario as well)
Known workarounds
Do not use magic mode
The text was updated successfully, but these errors were encountered: