ndepend
CA1008: Enums should have zero value convert to CQL(Code Query Language)
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[详细]
2023-04-03 16:32 分类:问答How to get a list of types that my class depends on in Ndepend?
Using Ndepend; How can I get a list of all types (types only from the same assembly) that my class is using?[详细]
2023-03-30 08:10 分类:问答How can NDepend be instructed to ignore EF classes?
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[详细]
2023-03-30 05:42 分类:问答The VS 2010 Ultimate vs 3rd party utilities
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[详细]
2023-03-15 05:12 分类:问答Why Does Lack of Cohesion Of Methods (LCOM) Include Getters and Setters
I am looking at the LCOM metric as shown here, http://www.ndepend.com/Metrics.aspx So we are saying a few things,[详细]
2023-03-05 22:37 分类:问答Is it possible with nDepend and CQL today to ask for classes directly using classes of a derived type?
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[详细]
2023-02-28 01:07 分类:问答Ndepend trial with teamcity
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开发者_运维知识库[详细]
2023-02-15 23:11 分类:问答CQL constraint of list of classes to find bases with non-virtual destructors?
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?[详细]
2023-02-13 14:24 分类:问答NDepend, TestDriven and HostType
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[详细]
2023-02-09 09:32 分类:问答Open an NDepend Project With An Automated Team Build?
I am trying to automatically open an NDepend Project when the Solution builds in an automated build in TFS2010.[详细]
2023-02-04 23:30 分类:问答