Hi there,
In resharper is it possible to force an update of an interface?
basically i have a class that inherits from an interface but this class is constantly changing so i need to reflect the changes in the Interface otherwise VS complains that i am not implementing something as the signature of the method has changed.
I was wondering if there is a way in resharper to say "Update this class with its Interface" ?
Any ideas?
Thanks