ursenzler has uploaded a patch.
Description:
I added the name of the property to the ShouldFirePropertyChanged extension method so that it is clear which property changed event is missing. Same implementation as ShouldNotFirePropertyChanged method is using.
Additionally, removed the magic string PropertyChanged from ShouldNotFirePropertyChanged method by using the already defined const (already used in ShouldFirePropertyChanged method).
Cheers
Urs