Closed DFU398 closed 4 years ago
var body = ""; if(new Body.Exists(response).Value()) { body = new Body.Of(response).AsString(); }
can be replaced with the less verbose
var body = new Body.FallbackOf(response).AsString();
No *.FallbackOf classes exist.
Expected Behavior
can be replaced with the less verbose
Actual Behavior
No *.FallbackOf classes exist.
Mention any other details that might be useful
Steps to reproduce the behavior
The log given by the failure.