You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the services uses a GlobalExceptionFilter that returns a internal server error object.
There is currently no Swagger Operation decorator that adds Http Status Code 500 as a valid response.
This will make client generators (like auto rest and nswag) create code that does not handle the response correctly.
I can make a PR if you decide that this should be fixed.
Some of the services uses a GlobalExceptionFilter that returns a internal server error object.
There is currently no Swagger Operation decorator that adds Http Status Code 500 as a valid response.
This will make client generators (like auto rest and nswag) create code that does not handle the response correctly.
I can make a PR if you decide that this should be fixed.