Describe the bug
It's impossible to use latest version of WireMock.Net.Testcontainers (1.21.0 as of 2nd January, 2026) with Testcontainers 4.10.0 due to binary breaking change in scope of testcontainers/testcontainers-dotnet#1588 where new nullable parameter was added to ContainerConfiguration constructor
Expected behavior:
WireMock.Net.Testcontainers works with Testcontainers of version 4.10.0
Test to reproduce
- Use
WireMock.Net.Testcontainers of version 1.21.0
- Use
Testcontainers of version 4.10.0 or any other test container library (e.g., Testcontainers.MongoDB)
Other related info