Resharper is not identifying not used members of an interface

醉酒当歌 提交于 2021-01-28 11:11:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!