Given:
- I have an interface.
- I have only class that implements that interface.
Question:
With Resharper 4.5 - How can I discard that interface and change all references to the only implementation?
Given:
Question:
With Resharper 4.5 - How can I discard that interface and change all references to the only implementation?
There doesn't seem to be a way to do this "automagically" in one step.
What I would do in this situation is the following:
"Change all IYourInterfaceName"
and typing the concrete class name.Hope that helps.