From 65e7dbfbd35c1bdb3c28aba56cfe42100411451d Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 8 Dec 2020 09:32:33 +0100 Subject: [PATCH] [Obsolete("This class will be moved to a separate NuGet package 'WireMock.Net.Matchers.CSharpCode'")] (#551) --- src/WireMock.Net/Matchers/CSharpCodeMatcher.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WireMock.Net/Matchers/CSharpCodeMatcher.cs b/src/WireMock.Net/Matchers/CSharpCodeMatcher.cs index f68b0504..a0afd2e9 100644 --- a/src/WireMock.Net/Matchers/CSharpCodeMatcher.cs +++ b/src/WireMock.Net/Matchers/CSharpCodeMatcher.cs @@ -12,6 +12,7 @@ namespace WireMock.Matchers /// /// /// + [Obsolete("This class will be moved to a separate NuGet package 'WireMock.Net.Matchers.CSharpCode'")] internal class CSharpCodeMatcher : IObjectMatcher, IStringMatcher { private const string TemplateForIsMatchWithString = "{0} public class CodeHelper {{ public bool IsMatch(string it) {{ {1} }} }}";