"To property with change notification" disappeared in Resharper 8?
One of my favorite new features in Resharper 7 was the ability to automatically convert a property with a backing field and change notification via RaisePropertyChanged if the property is in a class that implements (or is derived from base class implementing) INotifyPropertyChanged.
After installing Resharper 8 - the option is gone. The only one available is the "To property with backing field" from the context menu.
This is in VS 2013 RTM, Resharper build 8.0.2000.2660 and a C# WPF project.
I'm probably missing a setting somewhere but I can't find it. Thanks for any tips!
E.
Please sign in to leave a comment.
I ran into the same issue. Is there any updates about this or a workaround?
Hello @...,
Here's all info about INotifyPropertyChanged support in ReSharper - https://www.jetbrains.com/help/resharper/Coding_Assistance__INotifyPropertyChanged_Support.html.
Could you please provide some code sample demonstrating the behavior when ReSharper doesn't provide expected action?
Thank you.