-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
area-System.ComponentModel.DataAnnotationsuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Type of issue
Typo
Description
The description says that the MinLengthAttribute
and MaxLengthAttribute
attributes works on "length of array or string data", while the description of the LengthAttribute
attribute says it works on "length of collection/string data".
Looking at the source, all three attributes uses CountPropertyHelper.TryGetCount()
, so the descriptions should be similar.
Please change the description of MinLengthAttribute
and MaxLengthAttribute
to match the wording of LengthAttribute
, such that it mentions "collection" instead of "array".
Page URL
Content source URL
Document Version Independent Id
cea3e844-0415-4269-9f5a-ec4b71c3ff21
Article author
Metadata
Metadata
Assignees
Labels
area-System.ComponentModel.DataAnnotationsuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner