3.1.0
Changes:
- In
ProblemDetailsActionFilterAttribute.OnActionExecuted
, a validation problem details response will be returned if the response status code is 400 and the model state for the action context is not valid. This is to account for scenarios where the model state was invalidated (by another action filter or by a controller) after theProblemDetailsActionFilterAttribute.OnActionExecuting
method ran.