[Obsolete("This class will be moved to a separate NuGet package 'WireMock.Net.Matchers.CSharpCode'")] (#551)

This commit is contained in:
Stef Heyenrath
2020-12-08 09:32:33 +01:00
committed by GitHub
parent 35565f6aa8
commit 65e7dbfbd3

View File

@@ -12,6 +12,7 @@ namespace WireMock.Matchers
/// </summary>
/// <inheritdoc cref="IObjectMatcher"/>
/// <inheritdoc cref="IStringMatcher"/>
[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} }} }}";