mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-20 16:01:39 +02:00
Updated Request Matching (markdown)
@@ -119,6 +119,7 @@ server
|
|||||||
|
|
||||||
## CSharp Code (CSharpCodeMatcher)
|
## CSharp Code (CSharpCodeMatcher)
|
||||||
*Advanced!* With this matcher you can use complex C# code to match an JObject or string value.
|
*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`).
|
* 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`.
|
* The argument-name from the string or JObject to match will be `it`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user