We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
![image](https://private-user-images.githubusercontent.com/52787428/345854331-27fdfd14-6d32-4cf7-b088-06ccd099d3d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODQ3MTgsIm5iZiI6MTczOTM4NDQxOCwicGF0aCI6Ii81Mjc4NzQyOC8zNDU4NTQzMzEtMjdmZGZkMTQtNmQzMi00Y2Y3LWIwODgtMDZjY2QwOTlkM2Q3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE4MjAxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiMGIwMWM4MjY1YzI5YWY1ZmZhZDdhMGI1NmE2ZmUzMjdmODYzNjA5MGNlN2QzMTVhNzc0MTEzNzcyYjA1NmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qSQ6fA_9G0wx4XgZj5QRxp_6MfRkqwNOFYZUbQAJ5xg)
Environment (please complete the following information, if applicable):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: