juin 12
Here, I will be using the tool NDepend - an analysis tool by Patrick Smacchia - to extract the call tree - the method dependencies - of an assembly.
We will see how we can do that using the menus of the tool, and also using the CQL (a SQL-like language to run queries against code to extract metrics) and more specifically functions like IsUsedBy, DepthOfIsUsedBy or NbLinesOfCode. [Plus]
juin 12
Patrick Smacchia just offered me a licence of NDepend - an analysis tool.
I will soon try it on my code to extract some metrics ! I'm more specifically willing to try the CQL (a SQL-like language to run queries against code to extract metrics). [Plus]