Hello, I am running a spike on WireMock and specif...
# wiremock-dotnet
j
Hello, I am running a spike on WireMock and specifically the Dotnet library. I have a local instance running with docker
wiremock/wiremock:3.12.1
, I am trying to load all my mappings via
IWireMockAdminApi.GetMappingsAsync()
and I am getting a deserialization error. The payload differs from
<http://localhost:8080/__admin/mappings>
as to what it is trying to deserialize to. Are the latest nuget packages (1.7.4) compatible?