FredCni
Results
2
issues of
FredCni
Using WireMock in integration tests does not pick up the SerializerSettings defined in the StartUp
6
In the Startup: ``` c# .AddNewtonsoftJson(x => x.SerializerSettings.NullValueHandling = NullValueHandling.Ignore) ``` The integration test custom WebApplicationFactory (which is then used with the Startup of course): ``` c# public class IntegrationTestWebApiFactory...
question
In the "Set the environment" section, the doc refers to setting the value of env variables w/o showing how to do it. But the goal can be achieved that way....
Help wanted
Good first issue
Source - Docs.ms
doc-enhancement
reQUEST