Top "Ndepend" questions

NDepend is a static analysis tool for .NET managed code that focuses on code dependencies and quality.

Resolving MSB3247 - Found conflicts between different versions of the same dependent assembly

A .NET 3.5 solution ended up with this warning when compiling with msbuild. Sometimes NDepend might help out but in this …

.net msbuild clr ndepend
Do you know any alternative to NDepend for architects?

do you know any software similar to NDepend? I've got it just recently, and found it very useful. It helped …

architecture ndepend
C#/.NET analysis tool to find race conditions/deadlocks

Is there a tool that analyses .NET code and finds race conditions? I have a bit of code that has …

c# .net multithreading static-analysis ndepend
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 …

c# .net ndepend lcom