WireMock-Net / WireMock.Net

WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Apache License 2.0
1.35k stars 197 forks source link

Pin the version from Testcontainers to 3.7.0 in WireMock.Net.Testcontainers #1057

Closed StefH closed 5 months ago

lukasszh commented 2 months ago

Hi @StefH, would it be possible to unpin the version of testcontainers? Or will this lead to other problems?

StefH commented 2 months ago

@lukasszh No, this leads intro troubles because TestContainers changed the interface: see https://github.com/testcontainers/testcontainers-dotnet/issues/1096