testcontainers-dotnet
testcontainers-dotnet copied to clipboard
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
### Testcontainers version 3.10.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch x64 ### .NET version .NET 8.0.8 ### Docker version ```shell 27.3.1 ```...
### Problem First linked/referenced in #1165 Shoutout to @0xced Context: MS-SQL containers + xUnit / testing One of the frustrating things with running DB tests and test containers is that...
## What does this PR do? This pull request improves error handling while reading the Docker context configuration file. It throws a new `DockerConfigurationException` instead of silently failing. Also, since...
### Testcontainers version 3.9.0 ### Using the latest Testcontainers version? Yes ### Host OS Windows 11 ### Host arch x86 ### .NET version 8.0.108 ### Docker version ```shell Client: Version:...
### Problem Currently, Testcontainers for .NET does not provide any built-in support for LDAP services. Developers who need to test applications relying on directory services like OpenLDAP or Active Directory...
### Problem The Elasticsearch container is setup with HTTPS by default, which forces you to do clunky stuff like this: ```C# /// /// Get the Elasticsearch SSL-certificate file from the...
### Problem Occasionally, we see Testcontainers users run into issues related to incompatible dependencies (dependency resolution). There are two common cases we've noticed: **1. Users of [Paket](https://fsprojects.github.io/Paket/index.html) often encounter this...
## What does this PR do? Update to the latest version of NATS due to the following CVE: https://nvd.nist.gov/vuln/detail/CVE-2025-30215 ## Why is it important? CVE bad. ## Related issues N/A...
## What does this PR do? This pull request ensures that if a container has exited, readiness check are aborted with the newly introduced `ContainerException`. The exception message includes both...
### Testcontainers version 4.4.0 ### Using the latest Testcontainers version? Yes ### Host OS Windows ### Host arch AMD64 ### .NET version 8.0.401 ### Docker version ```shell $ podman version...