Fix WireMockLogger implementation in dotnet-WireMock (#1431)

This commit is contained in:
Stef Heyenrath
2026-03-13 18:34:47 +01:00
committed by GitHub
parent 0a9f37e857
commit d08ce944b6
5 changed files with 7 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ public class MatchDetail
/// <summary>
/// Gets or sets the type of the matcher.
/// </summary>
public required Type MatcherType { get; set; }
public required string MatcherType { get; set; }
/// <summary>
/// Gets or sets the type of the matcher.