New Tools for Framework Designers Published
Posted by: Brad Abrams,
on 03 Aug 2008 |
View original | Bookmarked: 0 time(s)
Mircea recently published a set of tools we have been using recently in design and Architecture reviews of the .NET Framework. You can download the three new tools Deps, Layering, and potentialCallers here: http://code.msdn.microsoft.com/fxarch Enjoy! Deps Deps.exe constructs the dependency diagrams between assemblies, and carries out cycle detection analysis. The command line format is: deps.exe {d|s} <mscorlib_path> <path_list> [:assembly_name]...