mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-12 05:20:35 +01:00
WireMock.Net 1.11.2 is not compatible with TestContainers 4.7.0 #715
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kornysietsma on GitHub (Aug 28, 2025).
Originally assigned to: @StefH on GitHub.
Describe the bug
When running a test with TestContainers 4.7.0 (released today!) we get an error when constructing a builder:
The error is:
Test to reproduce
Other related info
I think the change in TestContainers that broke this might be this commit which changed the
commandparameter from anIEnumerable<string>to aComposableEnumerable<string>but that's as far as I've been able to dig.@StefH commented on GitHub (Aug 30, 2025):
https://github.com/wiremock/WireMock.Net/pull/1357