Closed stefan8893 closed 1 month ago
FluentValidation provides a method to override the property name, OverridePropertyName.
OverridePropertyName
That method should be use instead of a custom state with the custom property name.
Remove CustomPropertyName.cs and fix all errors that pop up.
FluentValidation provides a method to override the property name,
OverridePropertyName
.That method should be use instead of a custom state with the custom property name.
Remove CustomPropertyName.cs and fix all errors that pop up.