SonarJ as a tool for .NET

I am looking for a tool like SonarJ , but for .NET instead of Java.

SonarJ helps you find deviations between architecture and code within minutes. It can be integrated into your IDE to help you avoid introducing a new architectural violation of your code base. You can also use it to maintain an indicator-based software quality rule that will keep complexity under control.

I googled and searched for SO without satisfying results.

0
source share
2 answers

Here are two more:

Lattix ( http://www.lattix.com ) NDepend ( http://www.ndepend.com )

+1
source share

To complete Neeraj Sangal's answer, NDepend tool:

NDepend also comes with an interactive interface with an interactive dependency matrix , an interactive dependency graph, and an interactive treemap view to visualize code metrics . Here is a screenshot:

Dependency Matrix and Dependency GraphDependency Matrix and treemapCQLinq code rule edition

Disclaimer: I am one of the developers of the NDepend tool

+1
source share

All Articles