Skip to content
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 handling of null PropertyName values in INPCObservableForProperty #811

Merged
merged 3 commits into from
Apr 6, 2015

Conversation

asarium
Copy link
Contributor

@asarium asarium commented Feb 22, 2015

The documentation for INotifyPropertyChanged.PropertyChanged says that null and string.Empty are valid values for the PropertyName and indicate that the whole object has changed. The current version of INPCObservableForProperty ignores such values.
This pull request adds support for these values and also adds tests for the INPCObservableForProperty class.

anaisbetts added a commit that referenced this pull request Apr 6, 2015
Fix handling of null PropertyName values in INPCObservableForProperty
@anaisbetts anaisbetts merged commit 7459cb0 into reactiveui:master Apr 6, 2015
@anaisbetts
Copy link
Member

Thanks @asarium!

@lock lock bot locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants