You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SharpGrip.FluentValidation.AutoValidation.Mvc.Filters.FluentValidationAutoValidationActionFilter file rework the attribute checking logic. Currently it uses the EndpointMetadata of the action descriptor which is not recommended for application code.
The text was updated successfully, but these errors were encountered:
In the
SharpGrip.FluentValidation.AutoValidation.Mvc.Filters.FluentValidationAutoValidationActionFilter
file rework the attribute checking logic. Currently it uses theEndpointMetadata
of the action descriptor which is not recommended for application code.The text was updated successfully, but these errors were encountered: