PC Review


Reply
Thread Tools Rate Thread

Checking what classes are being used in my project?

 
 
=?Utf-8?B?Vk1J?=
Guest
Posts: n/a
 
      30th Aug 2006
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?

Thanks.
 
Reply With Quote
 
 
 
 
Frans Bouma [C# MVP]
Guest
Posts: n/a
 
      31st Aug 2006
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#)
------------------------------------------------------------------------
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
In any project, Can't we refer classes directly, (without addingphysically in the project)? Rachana Microsoft VB .NET 9 31st Mar 2008 06:23 PM
In any project, Can't we refer classes directly, (without addingphysically in the project)? Rachana Microsoft Dot NET 1 28th Mar 2008 09:31 PM
VBA compile-time type checking does not include classes? Yarik Microsoft Access 13 17th Dec 2006 03:25 PM
How to use classes in another project ? lodhaakhil85@gmail.com Microsoft Dot NET 3 7th Jun 2006 02:06 AM
Cannot add classes and forms to a .NET project (C#) =?Utf-8?B?R3V5?= Microsoft Dot NET 2 10th Feb 2004 10:26 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:15 PM.