-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update ValidationContext.MemberName Property to reflect a recent change #3470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @HongGit. Left some comments for you to consider.
xml/System.ComponentModel.DataAnnotations/ValidationContext.xml
Outdated
Show resolved
Hide resolved
xml/System.ComponentModel.DataAnnotations/ValidationContext.xml
Outdated
Show resolved
Hide resolved
Co-Authored-By: Maira Wenzel <[email protected]>
Co-Authored-By: Maira Wenzel <[email protected]>
@mairaw PR has been updated, can you please review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm approving so you're unblocked from merging but I've left some additional suggestions that I think help clarify (at least for me) the default values too and the changes.
xml/System.ComponentModel.DataAnnotations/ValidationContext.xml
Outdated
Show resolved
Hide resolved
xml/System.ComponentModel.DataAnnotations/ValidationContext.xml
Outdated
Show resolved
Hide resolved
Co-Authored-By: Maira Wenzel <[email protected]>
Co-Authored-By: Maira Wenzel <[email protected]>
Summary
There was a fix released in October, which has a fix for ValidationContext.MemberName Property. Update the Doc to reflect this change.