WireMock-Net / WireMock.Net

WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Apache License 2.0
1.42k stars 209 forks source link

Mapping file parse errors are not logged to the console #1201

Closed mikekberg closed 2 weeks ago

mikekberg commented 2 weeks ago

Is your feature request related to a problem? Please describe. When there is an issue loading a mapping file Wiremock.net only logs a Static MappingFile : '/app/__admin/mappings/test.json' could not be read. This file will be skipped.. This doesn't help understand why this is the cause or what is wrong with the syntax of the mapping file

Describe the solution you'd like Detailed information about why the mapping file could not be loaded

StefH commented 2 weeks ago

https://github.com/WireMock-Net/WireMock.Net/pull/1202