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

## What does this PR do? This PR introduces Apache Pulsar support to testcontainers-dotnet, enabling users to easily spin up Pulsar containers for testing purposes. It also provides an option...

enhancement
module

## What does this PR do? This pull request add assertions to all tests that call `ExecScriptAsync` asserting that no error was written to stderr. Adding these assertions found two...

## What does this PR do? This pull requests enables [code quality analysis](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview#code-quality-analysis) and turns [CA2007: Do not directly await a Task](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2007) into an error. ## Why is it important?...

### Testcontainers version 3.7.0 ### Using the latest Testcontainers version? Yes ### Host OS Ubuntu 22.04.3 ### Host arch x64 ### .NET version 8 ### Docker version ```shell Whatever azure-pipelines.yml...

bug

## What does this PR do? Adds docker compose support ## Why is it important? We have docker compose support for java implementations, but that's not here yet. This PR...

## What does this PR do? Added a new Module project that uses OLLAMA docker images to give local LLM capabilities. This only supports CPU workload, but adding the env....

enhancement
module

## What does this PR do? - Modifies `IImage` properties to align with DSL - Adds `string Registry` - Removes `string Name` - Modifies `DockerImage` constructor to align with new...

functional cohesion to ease navigation. It prevents you from jumping up and down in the solution explorer by placing the tests and the sut more close together. Give it a...

### Problem Since Testcontainers for Node has done an awesome job supporting [multiple container runtimes](https://github.com/testcontainers/testcontainers-node/actions/runs/4763812640) (not just Docker), it makes perfect sense to continue this great work and look into...

enhancement

### Problem Its not having an Ollama module. I realize that my POC here needs to have a discussion of design and features, but its a fun litte thing ###...

enhancement
module