Need to analyze C# code to find unreferenced classes

Posted by Captain Comic on Stack Overflow See other posts from Stack Overflow or by Captain Comic
Published on 2010-04-09T12:57:31Z Indexed on 2010/04/09 13:03 UTC
Read the original article Hit count: 1389

Filed under:
|
|

Hi,

I have legacy C# code and I am using Visual Studio 2008. I am looking for a tool, sort of code-analyzer that would say to me which class are not used and also some other useful information.

If there is exact duplicate please specify.

Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about tools