Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any tools for detecting all the .NET dll's referenced

Tags:

.net

utility

I use Antlr tools as follows (on Mono)

dmcs  /r:Antlr3.Runtime.dll /r:StringTemplate.dll *.cs /out:Main.exe

I reference two dll's, but there is another dll file (antlr.runtime.dll) that is referenced behind the scene. I got this when I have an error just copying two dlls and compile.

Are there any .NET tools to detect what dll's are referenced? For example, if I run 'DETECT Antlr3.Runtime.dll', I get 'antlr.runtime.dll'.

like image 280
prosseek Avatar asked Dec 05 '25 07:12

prosseek


1 Answers

Give NDepend a go. It has a dependency graph/dependency matrix feature that lets you explore dependencies between DLLs.

like image 132
Adam Lear Avatar answered Dec 07 '25 20:12

Adam Lear



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!