mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
.WithMappings to mount volume is not working for GRPC #679
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 @GomesNayagam on GitHub (Apr 11, 2025).
Originally assigned to: @StefH on GitHub.
Hi @StefH
i have the json files under the path and it is not working. it works with
.WithWatchStaticMappings(true)with CopyAsync@GomesNayagam commented on GitHub (Apr 11, 2025):
will it also support mapping like testcontainer volume folder structure like. so that i can prepare all the payload into a directory like. I do the same with other testcontainer using .WithBindMount()
/payroll
/files
/output.json
/mapptings
/request.json
files => for response payload
mapptings => for request response details
@StefH commented on GitHub (Nov 30, 2025):
@GomesNayagam
This should be fixed preview 1.16.0-ci-110650 , can you check this?