mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Binary compat issue with testcontainers 4.5.0 #697
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 @scrocquesel on GitHub (Jun 9, 2025).
Describe the bug
When a project use Testcontainers 4.5.0, WireMock.Net.Testcontainers fails with :
Expected behavior:
No error at runtime
Test to reproduce
Other related info
This is because Testcontainers has bumped is dependency on Docker.DotNet to 3.128.1 and this version introduce a new argument to the
DockerClientConfiguration.CreateClientmethod without keeping the old overload. This method is used inWireMock.Net.Testcontainers.Utils.TestcontainersUtils