Stef Heyenrath

Results 713 comments of Stef Heyenrath

@antero-lukkonen Do you mean code like this? https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Serialization/MappingConverter.cs

@jimiscott Not yet. Maybe you can take a look at the source code and make a PR?

Hello @FredCni. Please note that WireMockServer.Start does not pick up any dependency injection defined like `AddNewtonsoftJson`. The only possible solution for you issue is that I update the settings to...

Can you elaborate what you mean by `this parameter in the init settings`? Which **init-settings** you mean?

@FredCni Just to clarify : when do you want that your custom JsonSerializerSettings are used?

@FredCni See this preview version (`1.5.3-ci-16370`) where you can provide a different JsonConverter when using `WithBody`: ``` c# public IResponseBuilder WithBody(object body, IJsonConverter converter, IJsonConverterOptions? options = null) ``` For...

Solved with https://github.com/WireMock-Net/WireMock.Net/issues/786 A new NuGet will be released soon.