Devin Lyons
Results
22
comments of
Devin Lyons
On further investigation, it looks like NSwagStudio is trying to generate these types because NSwag.AspNetCore is generating an OpenAPI spec with an endpoint that uses the `Exception` type as a...
I'm having the same issue. I have a POST endpoint that does not take a body. My swagger specifies no `consume` property yet the client was generated to expect json....