Hi
I did think for a while whether or not I should make this change as I knew it would be breaking, but I think it's better in the long run.
This brings the Length validator in-line with other validators which do not execute if the value is null, because this is the role of the NotNullValidator. Additionally, it's consistent with the DataAnnotations StringLength validator.
Jeremy
I did think for a while whether or not I should make this change as I knew it would be breaking, but I think it's better in the long run.
This brings the Length validator in-line with other validators which do not execute if the value is null, because this is the role of the NotNullValidator. Additionally, it's consistent with the DataAnnotations StringLength validator.
Jeremy