mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1370] [MERGED] Support Testcontainers 4.8.0 #1364
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?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/1370
Author: @MD-V
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @StefH
Base:
master← Head:master📝 Commits (1)
4291e84Support Testcontainers 4.8.0📊 Changes
2 files changed (+5 additions, -3 deletions)
View changed files
📝
src/WireMock.Net.Testcontainers/WireMock.Net.Testcontainers.csproj(+1 -1)📝
src/WireMock.Net.Testcontainers/WireMockContainer.cs(+4 -2)📄 Description
Make WireMock.Net.Testcontainers compatible with Testcontainers 4.8.0.
Testcontainers 4.8.0 is not binary compatible with 4.7.0.
Ctor of WireMockConfiguration breaks with a MissingMethodException:
References
https://github.com/testcontainers/testcontainers-dotnet/commit/3b4f41851222d5dabe1058bb997025026a94e6aa#diff-42f9d6914c9475812b1c918ce9604fc2db0344b779868718675ea7850510b578
https://github.com/testcontainers/testcontainers-dotnet/commit/c27a94ba320cad698f7bd05b2f93856c0aebb088#diff-cfb5e3427ad9917120dc63419d9b834390f507ddfeb00dceb2fc1bd6f8d503a5
Submitter checklist
#help-contributingor a project-specific channel like#wiremock-java🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.