mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-01 07:03:29 +02:00
Fix WireMockLogger implementation in dotnet-WireMock (#1431)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user