I begun work in a new project with lots of assemblies in a single solution. I am not familiar yet with the assembly dependencies and having a hard time figuring out which assembly depends on another.
Do you know any tools that are capable to show a dependency list or better a visual graph of it?
Any help appreciated !
NDepend is the king when it comes to dependency graph analysis. NDepend is a commercial tool that proposes:
See all details in this Stackoverflow answer concerning a related question.