I\'m trying to automatically trigger a code analysis software called NDepend on the postbuild event of an automated build in TFS 2010 (If you\'d like more details on this, please see this).
I\'ve just started using NDepend and am trying to analyse a solution. This warning appears when I add the 开发者_JAVA百科solution\'s assemblies and it will not load any assemblies with the warning:
I have a NDepend project that is using in automatic build process. When a developer adds one more assembly to the project, NDepend cannot pick up and analyze that assembly automatically. I can see the
I\'ve got some inherited code that has a tendency to pass objects around as interfaces (IFoo, for example) then, at arbitrary places in the code, spontaneously cast them to conc开发者_高级运维rete imp
To start, this may be a useful link: http://www.ndepend.com/NDependConsole.aspx As anyone who has used Visual NDepend may know, with NDepends you need to import project / solution files, and the corr
A familiar problem using VisualStudio is the mysterious calling of property getters. If these have side effects (the most common being of the form if (foo == null) foo = new foo(); return foo; ), then
I was able to do this in an earlier version of nDepend by going to tools->options and setting which assemblies would be part of the analysis (and ignore the rest).The latest version of the trial versi
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I am trying to determine which types or methods in a base framework assembly are being used by other assemblies in the application system. I cannot seem to find a straight-cut query to do that.
Does anyone know how I could find magic numbers in the source code using the C开发者_StackOverflowQL queries in NDepend? This is the same problem as this question, but I don\'t want to use regex if po