We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Current definition looks as following:
[ExpectValidation] [DataMember] [IdentityKey] public string Name { get; set; }
Name property is a required one, should have [ExpectRequired] attribute.
[ExpectValidation] [ExpectRequired] [DataMember] [IdentityKey] public string Name { get; set; }
The text was updated successfully, but these errors were encountered:
SubPointSupport
No branches or pull requests
Current definition looks as following:
Name property is a required one, should have [ExpectRequired] attribute.
The text was updated successfully, but these errors were encountered: