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 public methods that
How would it know that the public methods are unused?
By marking a method as public it can be accessed by any application which references your library.