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
46 stars 5 forks source link

Support project files #5

Closed GoogleCodeExporter closed 3 years ago

GoogleCodeExporter commented 9 years ago
Allow user to create a project file that stores the location(s) of assembl(ies) 
to be analysed, and any filtering that should be applied to the results.

(As an aside, this project file might be useful for a command-line version of 
the tool.)

Original issue reported on code.google.com by drewnoakes on 22 Apr 2011 at 9:14

jeremysimmons commented 9 years ago

merge this with #6 ?

drewnoakes commented 9 years ago

@jeremysimmons I think #6 is more about being able to load a second solution and not have it blow the nodes from the first solution away. IIRC currently that's what happens, rather than merging graphs. If I'm wrong, then #5 could be closed.