lucasg / Dependencies

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
MIT License
8.98k stars 733 forks source link

Commandline is not supporting module and assembly references #192

Closed UweHey closed 2 years ago

UweHey commented 3 years ago

Hi, despite GUI, commandline dependencies does not support printing out module and assembly refs. As I work on a project where we need to analyze hundreds of assemblies/dll this is really needed for us.

Actually, I have added support for this myself and would like to contribute to the project.

Regards,

Uwe

lucasg commented 2 years ago

I've merged your PR, so I'm closing this issue. thx !