mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Allow WithMappings to support scanning SubDirectories when building a WireMockContainer #613
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 @Xor-el on GitHub (Jul 19, 2024).
Originally assigned to: @StefH on GitHub.
First of all, I must thank you for this amazing project.
Now to my question, when using static mappings, is there an overload that allows us indicate that we want to include sub directories in our scan?
please see the code below for an example of what I mean.
If such functionality does not exist, I think it would be nice to have.
@StefH commented on GitHub (Jul 19, 2024):
@Xor-el
It's not yet supported I think using this command.
However you maybe can use this for now:
@Xor-el commented on GitHub (Jul 19, 2024):
Thanks for the quick response @StefH
Can confirm that your suggested approach works.
will use the workaround for now, very much appreciated.
maybe we can leave this issue open for now as a reminder if you plan to implement this later.
@StefH commented on GitHub (Jul 20, 2024):
Will be solved in next release.
https://github.com/WireMock-Net/WireMock.Net/pull/1141
@Xor-el commented on GitHub (Jul 20, 2024):
Thanks for your quick action @StefH