mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Downstream dependencies missing after 1.16.0 release #729
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Expected behavior:
Project should restore dependencies successfully
Test to reproduce
.csprojfile:<PackageReference Include="WireMock.Net" Version="1.16.0" />dotnet restore@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:
@StefH commented on GitHub (Nov 19, 2025):
NuGet is having some serious issues.....
@StefH commented on GitHub (Nov 19, 2025):
@RichFinn-WTW it should be solved now; can you check?
@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
@StefH commented on GitHub (Nov 19, 2025):
@slateAGF this is now also solved
@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
@RichFinn-WTW commented on GitHub (Nov 19, 2025):
@StefH looks like it's working. Thank you!