459cc1cb9ad156cc1fb9bb1bf12ea450e73b4370
Enhanced the `ExceptionHandlingMiddleware` to handle `ValidationException` from the `FluentValidation` library. Set HTTP status code to 422 (Unprocessable Entity) for validation errors and constructed error messages by aggregating validation error details. Improved error response clarity for validation-related issues.
Description
Languages
C#
100%