Max Kagamine
Max Kagamine
Hi Raine. There are a few ways you can do this. SetupRequest can take a match predicate that allows you to check the request body and determine if the setup...
Hey Christian. This is actually just an unfortunate difference between System.Text.Json and System.Net.Http. The latter uses System.Text.Json's ["web" defaults](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/configure-options?pivots=dotnet-7-0#web-defaults-for-jsonserializeroptions), which camel-cases property names. ReturnsJsonResponse uses System.Net.Http.Json.JsonContent internally, so unless you...
Hi Jeroen. Sorry for the late response to this. The System.Text.Json vulnerability warning appearing is, as you said, due to System.Net.Http.Json. _Previously_, if nothing else pulled in a newer version,...