How to have generate properties include On Property Changed?
My class implements INotifyPropertyChanged. When I use Alt+Insert to generate properties from fields, the option to include "OnPropertyNotify()" does not exist and the generated properties do not include this call. What can I do to get this option?
Please sign in to leave a comment.
Hello Jeff Stuyvesant,
Please make sure to mark the method with this JetBrains annotation
[NotifyPropertyChangedInvocator]
https://www.jetbrains.com/help/resharper/Coding_Assistance__INotifyPropertyChanged_Support.html