Skip to content

3.1.0

Compare
Choose a tag to compare
@wazzamatazz wazzamatazz released this 01 Jul 11:50

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 the ProblemDetailsActionFilterAttribute.OnActionExecuting method ran.