I\'m trying to CQL transforms all Code Analysis for Managed Code Warnings f开发者_StackOverflow社区rom msdn for use in NDepend. The CA1008 which says that enumerations should have a value equal to zer
Using Ndepend; How can I get a list of all types (types only from the same assembly) that my class is using?
I\'m having a little problem with NDepend not ignoring generated code. It\'s picking up issues around methods with too many parameters on the designer.cs file generated by EF when the entity data mode
From https://stackoverflow.com/questions/273858/software-worth-buying, https://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality and https://stackoverflow.com/quest
I am looking at the LCOM metric as shown here, http://www.ndepend.com/Metrics.aspx So we are saying a few things,
Been reading through a lot of Q\'s and posts and see that subqueries/nested queries/query composition will not be supported until the next version. However I\'m not sure if that is what I need, in my
Can we configure Ndepend trial with teamcity to check ndepend report? I tried using steps http://www.ndepend.com/Doc_CI_TeamCity.aspx. But I could not check the ndepend report in Team开发者_运维知识库
Is it possible to use cppdepend (yes C++) to do the equivalent of Make destructors virtual in base classes as Scott Meyers discussed in his very old comparison of C++ analysis tools?
I\'m making use of the TestDriven.NET plugin for visual studio to run all my tests to check for code coverage with NDepend. All is working fine apart from my tests with a HostType attribute. These are
I am trying to automatically open an NDepend Project when the Solution builds in an automated build in TFS2010.