This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties
375
stars
196
forks
source link
Error when rendering the Swagger UI when API includes a class that has multiple objects(16) #661
Open
obosralf opened 4 months ago
Describe the issue I'm getting an exception trying to render the Swagger Document when my API includes a class that has multiple objects(16)
OpenApiResponseWithBody(HttpStatusCode.OK, "application/json", typeof()
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect it not to throw an error and render the swagger ui
Screenshots
Environment (please complete the following information, if applicable):
Additional context Add any other context about the problem here.