cqlinq
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 分类:问答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 分类:问答How can I find which property getters have side effects using NDepend?
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[详细]
2023-01-08 05:58 分类:问答How to restrict NDepend methods query on type attribute
I\'m trying to get NDepend to identify long methods using a modified version of the standard \"Methods too big\" query.[详细]
2022-12-22 02:02 分类:问答