testcontainers-dotnet
testcontainers-dotnet copied to clipboard
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
## What does this PR do? Microsoft released an emulator for EventHubs yesterday, see https://github.com/Azure/azure-service-bus/issues/223#issuecomment-2123141525 This PR included a module for the emulator. ## Info You need to provide an...
### Problem The docs say: https://github.com/testcontainers/testcontainers-dotnet/blob/a0f1f7694b4602aa2ba7da6f167ddc4a56670ecc/docs/examples/aspnet.md?plain=1#L84 I think it would be smart to point out the SQL Server image can run fine on ARM Mac using Rosetta. At least in...
## What does this PR do? This change adds an Azure App Configuration module using [Emulator for Azure App Configuration](https://github.com/tnc1997/azure-app-configuration-emulator). ## Why is it important? This module allows developers to...
## What does this PR do? Adds Aspire Dashboard support. ## Why is it important? As discussed in #1190, it would be great to have this Testcontainer.
### Problem In my buildcontext there live several dockerfiles. Each one has it's own dockerignore file. It seems like there is no way to specify a custom dockerignore file at...
### Problem Script content contains UTF-8 characters which are not saved properly to MySql db during db initialisation and script execution. ### Solution Giving possibility to define particular encoding as...
## What does this PR do? Adding an option to initialise MongoDb as a single node replica set. To do this we need a keyfile generated with limited permissions, and...
### Problem I am the maintainer of an emulator for Azure App Configuration and I have received feedback from users that they would value a Testcontainer module to allow them...
### Problem Redis is no longer open-source, and the main two alternatives to it are: - Valkey, which is a very young fork of Redis that offers pretty much the...
### Problem As a developer, I want to be able to use Test Monitoring, Aspire provides great local dev experience for that Ref: ### Solution Add Testcontainers.AspireDashboard to this repository....