Saturday, October 8, 2016

Dependency Walker for .Net

No such thing exactly but the following tools are close:

git https://github.com/mikehadlow/AsmSpy

open in VS 2012, restore missing packages
(maybe Install-Package Microsoft.Extensions.CommandLineUtils)
maybe working in CS 2013.

copy AsmSpy, etc in /bin to App
asmspy . all >refList.txt

other tools

http://www.amberfish.net/
http://www.ndepend.com/


No comments:

Post a Comment