You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: