testcontainers-dotnet icon indicating copy to clipboard operation
testcontainers-dotnet copied to clipboard

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

Results 159 testcontainers-dotnet issues
Sort by recently updated
recently updated
newest added

Why does the following method `WithDockerfileDirectory()` called from the `ImageFromDockerfileBuilder` class look at the bin folder by default? I would of expected it to look at the relative path of...

question

Are there any frameworks or techniques for good documentation? Maybe something like AsciiDoc or GitHub Wiki?

enhancement
good first issue

Hi @HofmeisterAn , I've created this draft PR with `AzuriteTestcontainer`. Currently there is only basic support of options. What is done: - Default image - Custom image - Host Blob...

**Is your feature request related to a problem? Please describe.** I love the approach of having a single container scenario for a test case but there are also scenarios where...

enhancement
help wanted

I seem to be on the right track, so I'm opening a PR for some feedback. General solution direction is to use a custom HttpClientHandler to query the database using...

This PR add two options for docker endpoint authentication. 1. it is support of simple secured endpoint by TLS 2. it is support of client authentication via mTLS PR contains...

Running tests using Testcontainers from within a container results in exceptions being thrown. The same tests pass when run locally (i.e. not in a container). The following is a typical...

question

Adds external http wait strategy as an extension of `IWaitForContainerOS`. In doing so, http wait strategy can be chained with OS specific ones. I am opening this PR for feedback....

**Is your feature request related to a problem? Please describe.** Not related to a problem **Describe the solution you'd like** I would like to see setups for CosmosDB Emulator and...

enhancement
help wanted
module