Package download #367

Closed
opened 2025-12-29 08:27:03 +01:00 by adam · 4 comments
Owner

Originally created by @The-Futurist on GitHub (Oct 9, 2021).

I just cloned the repo and attempted to build the solution. However I see a huge number of nuget timeout errors, e.g.

image

I am restricted to a DSL internet connection but have never seen this before, I can see that this solution does seem to consume a very large number of packages though.

I suspect that the system (nuget? visual studio?) has issued a large number of async requests and in fact has issued too many because the volume of the traffic is so high that individual requests exceed 100 seconds and timeout. it's as if the system has no upper limit on the number of outstanding package requests it will allow.

So this isn't a wiremock issue but because there are so many packages I wanted to ask if others have seen this?

Originally created by @The-Futurist on GitHub (Oct 9, 2021). I just cloned the repo and attempted to build the solution. However I see a huge number of nuget timeout errors, e.g. ![image](https://user-images.githubusercontent.com/12262952/136664114-a1964816-0fe3-4160-ab4f-319a0e59e1f2.png) I am restricted to a DSL internet connection but have never seen this before, I can see that this solution does seem to consume a very large number of packages though. I suspect that the system (nuget? visual studio?) has issued a large number of async requests and in fact has issued too many because the volume of the traffic is so high that individual requests exceed 100 seconds and timeout. it's as if the system has no upper limit on the number of outstanding package requests it will allow. So this isn't a wiremock issue but because there are so many packages I wanted to ask if others have seen this?
adam added the question label 2025-12-29 08:27:03 +01:00
adam closed this issue 2025-12-29 08:27:03 +01:00
Author
Owner

@StefH commented on GitHub (Oct 9, 2021):

WireMock does have a lot of package dependencies, however I never experienced this before.

Do you still have the issue after retrying?

@StefH commented on GitHub (Oct 9, 2021): WireMock does have a lot of package dependencies, however I never experienced this before. Do you still have the issue after retrying?
Author
Owner

@The-Futurist commented on GitHub (Oct 9, 2021):

@StefH Hi, I retried and think it has restored everything, I ran the build in VS 2022.

I think all packages are now eventually installed, but this puzzles me, I can't tell if this is a problem in the solution itself or a side-effect of my problematic restores:

image

I'm assuming that package is pulled in by some other package and the messed up timeouts have confused everything, there is no mention of that package (Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0) in the two projects' packages.config files.

Thanks

@The-Futurist commented on GitHub (Oct 9, 2021): @StefH Hi, I retried and think it has restored everything, I ran the build in VS 2022. I think all packages are now eventually installed, but this puzzles me, I can't tell if this is a problem in the solution itself or a side-effect of my problematic restores: ![image](https://user-images.githubusercontent.com/12262952/136665452-c288e36e-fcd1-4856-bd2c-73ac1cd2d006.png) I'm assuming that package is pulled in by some other package and the messed up timeouts have confused everything, there is no mention of that package (`Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0`) in the two projects' packages.config files. Thanks
Author
Owner

@StefH commented on GitHub (Oct 9, 2021):

I've fixed the build errors for those 2 projects.

Get the new sources and try to rebuild.

@StefH commented on GitHub (Oct 9, 2021): I've fixed the build errors for those 2 projects. Get the new sources and try to rebuild.
Author
Owner

@The-Futurist commented on GitHub (Oct 9, 2021):

@StefH - Thanks, I pulled the changes and the solution builds, now for another question - about my problem and how WireMock can help...

@The-Futurist commented on GitHub (Oct 9, 2021): @StefH - Thanks, I pulled the changes and the solution builds, now for another question - about my problem and how WireMock can help...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#367