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
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
Thank you, I have activated the Option 'Analyze errors in whole solution' .and Resharper list All the members that are not referenced.