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

### Problem I notice that Solr is a module in the java library but not here, hopefully it would not be too much work to add ### Solution Implement the...

enhancement
module

### Problem Depending on the lifecycle of the test framework and the test implementation, it is quite common for each test to create a new instance of a container (Docker...

enhancement

### Problem I saw https://www.tomcools.be/post/june-2022-testcontainer-imagebuilder/ - this getDockerClient / commitCmd / pushImageCmd dance would be exactly what I wanted to do with a MSSQL Container - start, apply EF migration,...

enhancement

### Problem Shipping a default console logger that works with any .NET test framework has been dismissed as impossible to do by VSTest engineers in https://github.com/microsoft/vstest/issues/4125. Yet we'd still want...

enhancement

### Problem Testcontainers for .NET cannot resolve variables (`ARG`s) during the Docker image build process. Currently, Testcontainers does not pull base images in advance that utilize variables. Hence, if the...

enhancement

### Problem Not all Testcontainers modules represent services that can be exchanged with each other, like ADO.NET compatible modules do. However, usually (almost every time), they offer a method or...

enhancement
help wanted

### Problem There are several ways to integrate Testcontainers into ASP.NET (integration) tests. Developers often have to write the code to leverage Testcontainers into ASP.NET (integration) tests repeatedly. ### Solution...

enhancement

### Problem I use playwright, so can I also add it to the containers? I saw Selenim, but in my opinion the playwright is better. what do you think? https://playwright.dev...

enhancement
module

### Testcontainers version 3.2.0 ### Using the latest Testcontainers version? Yes ### Host OS MacOS with Parallels-VM running Windows ### Host arch x64 ### .NET version 6.0.400 (also tried 7.0.400...

bug

### Problem [Qdrant](https://qdrant.tech/) is a vector search engine/database that is becoming popular for search and recommendations use cases. Qdrant provides docker images but there isn't currently an official .NET test...

enhancement
module