Would be nice if ```CreateErrorResponse(HttpStatusCode.BadRequest, ModelState)``` didn't throw an exception in case ModelState is empty.
Comments: Hello, and thank you for submitting this issue. We are trying to understand under what circumstance the action should return an error response but with valid ModelState. Is the expectation that it should be an error, but without any error details? Or is the expectation that it should return a success status code?
Comments: Hello, and thank you for submitting this issue. We are trying to understand under what circumstance the action should return an error response but with valid ModelState. Is the expectation that it should be an error, but without any error details? Or is the expectation that it should return a success status code?