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
Docker info
What 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
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
Docker info
What 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
CreateofDockerClientConfigurationwhich 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
Additional information
No response