drewnoakes / dependency-analyser

Shows the dependencies between .NET projects and assemblies as a graph.
https://drewnoakes.com/code/dependency-analyser/
GNU Lesser General Public License v3.0
43 stars 5 forks source link

Analyse dependencies between types #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to split a large project up into two projects. This is not trivial 
because there is no clear dependency tree for the files within the project. If 
dependency-analyser allowed working on one project at the file level it would 
be obvious which files could be split out to a second project.

Original issue reported on code.google.com by felixant...@gmail.com on 6 Dec 2012 at 9:43

GoogleCodeExporter commented 8 years ago
@felixcollins: by 'file level' do you actually mean type (class/struct) level?

This is possible, but might take some effort. Is it something you'd be 
interested in helping out with?

Thanks for your interest in the project.

Original comment by drewnoakes on 6 Dec 2012 at 9:47