Does anyone know of a good tool or piece of code that will allow me to get an overview of the assembly references the project uses?
I would like to see the assembly name, version, path, etc. all assemblies in a spreadsheet format.
thank
You can always use http://dependencyvisualizer.codeplex.com/ . You can also set various output formats (for example, a spreadsheet).
Reflector for .NETwill show you the links that the assembly has (for example, c ildasm), but also has a .NET type Assembly.
Reflector for .NET
ildasm
Assembly
, , , Assembly.Load Assembly GetReferencedAssemblies, (, Excel).
Assembly.Load
GetReferencedAssemblies
Source: https://habr.com/ru/post/1761539/More articles:It is not possible to pass a hash and a string of functions together in perl! - perlThe minimum required to use step-by-step debugging on a machine without development - debuggingWhat does this Perl code do? - includePython unix timestamp conversion and timezone - pythonCSS - Оптимизация закругленных углов для скорости - performanceHelp - iphoneHow can I conditionally copy XML elements using XSLT? - xsltNon-English characters appear as question marks on my php page - appear in the database - phpWebDAV Server for Cocoa iPhone and iPad running iOS - iosHow to include WebDAV in the application for iPhone? - objective-cAll Articles