Releases: testcontainers/testcontainers-dotnet
Releases · testcontainers/testcontainers-dotnet
Release 0.0.5
As part of this release we had 5 issues closed.
- #30 Refactore builder pattern.
- #34 Add wait strategy, to indicate when Testcontainer is ready.
- #37 Remove
language-ext
dependency (still used in TestcontainersContainer
class).
- #39 Fix issue, where
entrypoint
and command
is not merged together.
- #41 Add consumer for
stdout
and stderr
.
Release 0.0.4
As part of this release we had 6 issues closed.
- #4 Add basic Docker features.
- #8 Return new instance on every fluent invocation.
- #9 Remove useless Lazy in build scripts.
- #21 Get container information such as IPAddress or MacAddress.
- #22 Add Docker command entrypoint.
- #23 Add Docker command workingDir.