Skip to content

[Bug]: Binary breaking change #1458

@scrocquesel

Description

@scrocquesel

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/A

Docker info

N/A

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions