I have a WebAPI decorated with [ApiController] and have been testing the validation of the models. I noticed that they only return one validation error at a time, b
[ApiController]