Downstream dependencies missing after 1.16.0 release #728

Closed
opened 2025-12-29 15:31:58 +01:00 by adam · 7 comments
Owner

Originally created by @RichFinn-WTW on GitHub (Nov 19, 2025).

Originally assigned to: @StefH on GitHub.

Describe the bug

After the latest 1.16.0 release of wiremock.net, when restoring our project we're seeing the following errors:

Unable to find package WireMock.Net.MimePart with version (>= 1.16.0)
Unable to find package WireMock.Net.Minimal with version (>= 1.16.0)

Expected behavior:

Project should restore dependencies successfully

Test to reproduce

  1. Add package reference to .csproj file:
    <PackageReference Include="WireMock.Net" Version="1.16.0" />
  2. Run dotnet restore
Originally created by @RichFinn-WTW on GitHub (Nov 19, 2025). Originally assigned to: @StefH on GitHub. ### Describe the bug After the latest 1.16.0 release of wiremock.net, when restoring our project we're seeing the following errors: ```txt Unable to find package WireMock.Net.MimePart with version (>= 1.16.0) Unable to find package WireMock.Net.Minimal with version (>= 1.16.0) ``` ### Expected behavior: Project should restore dependencies successfully ### Test to reproduce 1. Add package reference to `.csproj` file: `<PackageReference Include="WireMock.Net" Version="1.16.0" />` 1. Run `dotnet restore`
adam added the bug label 2025-12-29 15:31:58 +01:00
adam closed this issue 2025-12-29 15:31:59 +01:00
Author
Owner

@StefH commented on GitHub (Nov 19, 2025):

Thanks.

It was a problem on my side, publishing of 2 packages was skipped due to error on non-existing nuget.

But this morning I got this from NuGet:

 PUT https://www.nuget.org/api/v2/package/
  InternalServerError https://www.nuget.org/api/v2/package/ 98ms
@StefH commented on GitHub (Nov 19, 2025): Thanks. It was a problem on my side, publishing of 2 packages was skipped due to error on non-existing nuget. But this morning I got this from NuGet: ``` PUT https://www.nuget.org/api/v2/package/ InternalServerError https://www.nuget.org/api/v2/package/ 98ms ```
Author
Owner

@StefH commented on GitHub (Nov 19, 2025):

error: The operation was canceled.
error:   Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
error:   The I/O operation has been aborted because of either a thread exit or an application request.
error:   Pushing took too long. You can change the default timeout of 300 seconds by using the --timeout <seconds> option with the push command.

NuGet is having some serious issues.....

@StefH commented on GitHub (Nov 19, 2025): ``` error: The operation was canceled. error: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request.. error: The I/O operation has been aborted because of either a thread exit or an application request. error: Pushing took too long. You can change the default timeout of 300 seconds by using the --timeout <seconds> option with the push command. ``` NuGet is having some serious issues.....
Author
Owner

@StefH commented on GitHub (Nov 19, 2025):

@RichFinn-WTW it should be solved now; can you check?

@StefH commented on GitHub (Nov 19, 2025): @RichFinn-WTW it should be solved now; can you check?
Author
Owner

@slateAGF commented on GitHub (Nov 19, 2025):

Also seeing: NU1102: Unable to find package WireMock.Org.Abstractions with version (>= 1.16.0)
nuget.org only have 1.15

Yes nuget have had som problems in the last month

@slateAGF commented on GitHub (Nov 19, 2025): Also seeing: NU1102: Unable to find package WireMock.Org.Abstractions with version (>= 1.16.0) nuget.org only have 1.15 Yes nuget have had som problems in the last month
Author
Owner

@StefH commented on GitHub (Nov 19, 2025):

@slateAGF this is now also solved

@StefH commented on GitHub (Nov 19, 2025): @slateAGF this is now also solved
Author
Owner

@slateAGF commented on GitHub (Nov 19, 2025):

Thanks; now waiting for nuget to allow me to download it via the API; been taking 3-4 hours lately

@slateAGF commented on GitHub (Nov 19, 2025): Thanks; now waiting for nuget to allow me to download it via the API; been taking 3-4 hours lately
Author
Owner

@RichFinn-WTW commented on GitHub (Nov 19, 2025):

@StefH looks like it's working. Thank you!

@RichFinn-WTW commented on GitHub (Nov 19, 2025): @StefH looks like it's working. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#728