SonarJ like tool for .NET -


i'm looking tool sonarj .net instead of java.

sonarj helps find deviations between architecture , code within minutes. can integrated ide avoid introduction of new architetural violations code base. can use maintain metric based software quality rules keep complexity under control.

i googled , searched without satisfying results.

here 2 others:

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


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -