0

For a given project, I want to get all references to assembly locations (assembly references, Nuget Package references and its nested references, Project references and its nested references).

Is there a way to do all of this? I don't want to exploit projects.assets.json file witch contains all informations about package references. And I also looked in the directory specified by the OutputPath property in the project file but I didn't find all assemblies.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
Tahatoun
  • 21
  • 5
  • [Link](https://stackoverflow.com/questions/458362/how-do-i-list-all-loaded-assemblies) and [link](https://stackoverflow.com/questions/383686/how-do-you-loop-through-currently-loaded-assemblies) – John Wu May 01 '20 at 06:19
  • might this will help you. https://stackoverflow.com/questions/598129/dependency-graph-of-visual-studio-projects – Rahul Marathe May 01 '20 at 07:24
  • In addition to the above - https://stackoverflow.com/questions/22363960/how-to-list-all-installed-nuget-packages/39994517 – Artem May 02 '20 at 04:48

0 Answers0