This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Description
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.