-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix nullable annotation for Validator.ValidateValue ref source #91351
Fix nullable annotation for Validator.ValidateValue ref source #91351
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.
Sorry I missed that in my original review. Thanks to @stephentoub for catching it!
@jeffhandley should we mark it with 8.0 milestone instead? just to indicate this change went to 8.0 too. |
Tagging subscribers to this area: @dotnet/area-system-componentmodel-dataannotations Issue DetailsContributes to #91162. This ref source change was missed in #91286 and caught during the release/8.0 backport review in #91293 (comment).
|
This comment was marked as resolved.
This comment was marked as resolved.
Another +1 for enlightening our api compat tools about nullable reference types |
…and ValidateValue (#91293) * Fix nullable annotation for Validator.TryValidateValue and ValidateValue * Revert Options source generator nullable annotation changes for Validator.TryValidateValue (#91305) * Fix nullable annotation for Validator.ValidateValue ref source (#91351) --------- Co-authored-by: Jeff Handley <[email protected]>
Contributes to #91162. This ref source change was missed in #91286 and caught during the release/8.0 backport review in #91293 (comment).