mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Is CSharpCodeMatcher actually usable? #706
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 @smfields on GitHub (Jul 23, 2025).
Originally assigned to: @StefH on GitHub.
The docs mention a CSharpCodeMatcher and show the following usage:
But
CSharpCodeMatcheris an internal class, so it can't be new'd up directly like shown above. So how are you actually supposed to use it from code?@StefH commented on GitHub (Jul 23, 2025):
This is indeed incorrectly designed, I'll fix it.
https://github.com/wiremock/WireMock.Net/pull/1337