mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-12 13:32:16 +01:00
Updated Request Matching (markdown)
@@ -119,6 +119,7 @@ server
|
||||
|
||||
## CSharp Code (CSharpCodeMatcher)
|
||||
*Advanced!* With this matcher you can use complex C# code to match an JObject or string value.
|
||||
* You need to include the NuGet package [WireMock.Net.Matchers.CSharpCode](https://www.nuget.org/packages/WireMock.Net.Matchers.CSharpCode/)
|
||||
* Note that this functionality will only work if enabled in the settings (`AllowCSharpCodeMatcher = true`).
|
||||
* The argument-name from the string or JObject to match will be `it`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user