VMI wrote:
> I inherited a project that has more classes than what the project
> uses (i.e. Code generator). Is there any way (or utility) that'll
> tell me what classes (or files) aren't used?
You could try ndepend.
http://www.ndepend.com/
though any public class is potentially 'used' by a class outside your
project (if your library is re-used elsehwere), so keep that in mind.
FB
--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website:
http://www.llblgen.com
My .NET blog:
http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------