Measuring Class Dependencies

2019-05-27 03:55发布

问题:

I want to measure dependencies between classes - what's the best approach and tools to use?

I'm working in MS .Net

Text based information / reports are OK, but I'd prefer something visual.

Open source tool would be ideal.

回答1:

This may not help (right now), but it looks like VS 2010 will have a dependency graph feature out of the box. Looks like it will do class, namespace, and assembly dependencies.