SonarJ like tool for .NET
Posted
by J. Random Coder
on Stack Overflow
See other posts from Stack Overflow
or by J. Random Coder
Published on 2010-01-19T07:42:05Z
Indexed on
2010/03/21
12:01 UTC
Read the original article
Hit count: 412
I'm looking for a tool like SonarJ but for .NET instead of Java.
SonarJ helps you to find deviations between he architecture and the code within minutes. It can be integrated into your IDE to help you avoid the introduction of new architetural violations to your code base. You can also use it to maintain metric based software quality rules which will keep complexity under control.
I googled and searched SO without satisfying results.
© Stack Overflow or respective owner