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
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
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\'m trying to get NDepend to identify long methods using a modified version of the standard \"Methods too big\" query.