-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatically port Data.DataRowView remark and exception #3186
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.
I've left a suggestion and a comment, @carlossanlop. The build also failed for no apparent reason. Hopefully, it will build successfully after your next commit.
xml/System.Data/DataRowView.xml
Outdated
|
||
Checks for same reference instead of equivalent <xref:System.Data.DataRowView.DataView> or <xref:System.Data.DataRowView.Row>. | ||
|
||
Necessary for `ListChanged` event handlers to use data structures that use the default to <xref:System.Object.Equals(System.Object)> instead of <xref:System.Object.ReferenceEquals(System.Object,System.Object)> to understand if they need to add a <xref:E:System.Data.DataRowView.PropertyChanged> event handler. |
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.
This sentence (except it lacks a noun) makes no sense.
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.
Also sounds like an internal remark. I'll remove it.
Co-Authored-By: Ron Petrusha <[email protected]>
This looks good, @carlossanlop. I'll merge it now. |
Area owners: @divega, @ajcvickers,@cheenamalhotra, @David-Engel, @Gary-Zh