-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Readme needs a few adjustments:
- The example code shows usage of
[Range(18, 99)]attribute, but there is no such attribute provided by Validly Extensions package. - Clarify that only validation attributes recognized by Validly are the ones from the Validly Extensions package and from the
Validly.Extensions.Validatorsnamespace. I did not know this, and tried to use theRangeattribute and Visual Studio suggested to use the one fromSystem.ComponentModel.DataAnnotations, which I accepted. This led me to believe that I could use the attributes from that namespace. Which appears to not be the case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation