show/hide this revision's text 2 added 42 characters in body

I just tried FxCop. It does detect unused private methods, but not unused public. Is there a custom rule that I can download, plug-in that will detect unused public methods that aren't called from within the same assembly?

show/hide this revision's text 1

Is there a custom FxCop rule that will detect unused PUBLIC methods?

I just tried FxCop. It does detect unused private methods, but not unused public. Is there a custom rule that I can download, plug-in that will detect unused public methods?