-
-
Notifications
You must be signed in to change notification settings - Fork 340
Closed as duplicate
Labels
bugSomething isn't workingSomething isn't working
Description
Testcontainers version
4.5.0
Using the latest Testcontainers version?
Yes
Host OS
N/A
Host arch
N/A
.NET version
N/A
Docker version
N/ADocker info
N/AWhat happened?
The latest version of Docker.DotNet introduces a binary compatibility breaking change that bubble up to testcontainers.
A new argument has been added to the method Create of DockerClientConfiguration which despite it has a default null value changes its signature.
Every dependency that use this class must be updated to the latest bits. This is the case for wiremock/WireMock.Net#1310.
Could an overload be added to retain the old signature (could be marked obsolete) and a fix released ?
Relevant log output
System.MissingMethodException : Method not found: 'Docker.DotNet.DockerClient Docker.DotNet.DockerClientConfiguration.CreateClient(System.Version)'Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working