问题
When a method is declared in an interface and implemented in a class, but is not called anywhere in the project, Resharper does not detect it as an unused member.
I have to clean a project and delete these kind of members, how do I do this?
Thanks
回答1:
Thank you, I have activated the Option 'Analyze errors in whole solution' .and Resharper list All the members that are not referenced.
Resharper - turn off solution wide analysis
来源:https://stackoverflow.com/questions/49945009/resharper-is-not-identifying-not-used-members-of-an-interface