mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
WireMock.NET TestContainer Dependency Constraint Issue #632
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 @Xor-el on GitHub (Sep 19, 2024).
Originally assigned to: @StefH on GitHub.
Describe the bug
WireMock.Net.Testcontainers 1.6.3 has a hard version dependency constraint on TestContainer 3.9.0 making it difficult to update both TestContainer and WireMock.Net.Testcontainers to their latest version in a project that uses both.
Expected behavior:
I should be able to update the packages to their latest versions without issues.
Test to reproduce
try updating the nuget packages in the project below to their latest versions
Other related info
referencing the latest TestContainer nuget package (3.10.0 at this time) directly in our project works albeit with some warnings.
unfortunately, this doesn't work for us as we have a strict policy where we treat Warnings as Errors.
@StefH commented on GitHub (Sep 20, 2024):
@Xor-el
I'll check if I can remove the hard dependency on the version from TestContainer.
@Xor-el commented on GitHub (Sep 20, 2024):
Thanks, @StefH very much appreciated.
@StefH commented on GitHub (Sep 20, 2024):
https://github.com/WireMock-Net/WireMock.Net/pull/1177