-
If delete some package from global package and then run dotnet restore it sometimes ignore package downloaded in http-cache and download package again. Is this correct behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
nkolev92
Aug 26, 2021
Replies: 2 comments
-
Okay, looks like it by design: http-cache has 30 minutes expiration. But why it has expiration? Package can be changed? |
Beta Was this translation helpful? Give feedback.
0 replies
-
All caching is done at 30 min, there's an issue about changing that #3390 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erdembayar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All caching is done at 30 min, there's an issue about changing that #3390