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

A .net fork of testcontainers - in early development

Results 16 testcontainers-dotnet-legacy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am trying to start a `PostgreSqlContainer`. Here is my `PostgreSqlFixture` class. ``` cs public class PostgreSqlFixture { private const string PostgreSqlImageName = "postgres:11.1"; private readonly PostgreSqlContainer...

# Description This PR adds MS SQL Server as a test container. ## Type of change - [X] New feature (non-breaking change which adds functionality)

# Description Fixes #86 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [x] My...

**Is your feature request related to a problem? Please describe.** This feature request is for allowing a programatic way to enable running the Docker container in privileged mode. I use...

**Describe the bug** When constructing the GenericContainerBuilder, calling the method "WithEnv" multiple times overrides environment variables set by previous "WithEnv" calls. **Unit test that reproduces the issue** Steps to reproduce...

**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...

This PR adds the OracleXe database as Testcontainer. To be able to use OracleXe, there is the need to configure the shared memory value (ShmSize) of the container. I extended...

**Is your feature request related to a problem? Please describe.** At the moment the published nuget package includes StyleCop.Analyzers package which I generally agree is a good idea, but not...