From 096aebecab0dfded3b5a684b9e31bc563a777845 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 5 Dec 2020 16:34:46 +0100 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Request-Matching.md b/Request-Matching.md index 87a91b8..b2d5fee 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -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`.