Make CSharpCodeMatcher public (#1337)

This commit is contained in:
Stef Heyenrath
2025-07-23 09:29:53 +02:00
committed by GitHub
parent c32e904f4d
commit e6ff8776fb
2 changed files with 17 additions and 23 deletions

View File

@@ -7,6 +7,4 @@ namespace WireMock.Matchers;
/// </summary>
/// <inheritdoc cref="IObjectMatcher"/>
/// <inheritdoc cref="IStringMatcher"/>
public interface ICSharpCodeMatcher : IObjectMatcher, IStringMatcher
{
}
public interface ICSharpCodeMatcher : IObjectMatcher, IStringMatcher;