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
Farada generates empty strings on properties with [Required] (with AllowEmptyStrings = False which is the default) when having a [StringLengthAttribute] with MaximumLength <= 100.
The text was updated successfully, but these errors were encountered:
ulrichb
changed the title
Farada doesn't respect [Required]
Farada doesn't respect [Required] on string properties
Oct 27, 2016
Farada generates empty strings on properties with
[Required]
(withAllowEmptyStrings = False
which is the default) when having a[StringLengthAttribute]
withMaximumLength
<= 100.The text was updated successfully, but these errors were encountered: