Find unused classes in a .net project

Posted by Ivo on Stack Overflow See other posts from Stack Overflow or by Ivo
Published on 2010-03-23T14:49:01Z Indexed on 2010/03/23 14:53 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

I have a VS.NET 2008 project. Is it possible to check for classes that are not used anywere in the project? With FXcop I can find unused variables and unused code, but not unused classes.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about refactoring