Hello,
In the Java world for instance, there are some very sophisticated tools to manage the quality of the source code, and that cover more than one dimension, such as : Coding Rules Comments Complexity Unit testing Code coverage etc.
These tools are very useful to manage the technical debt. They connect to a repository of source code and scan it. They can be triggered automatically just by the fact of committing the source code.
We have a large number of ASP.NET applications to maintain and evolve, and have continuous flow of demands for new ones to be created. We know that we have a technical debt, but we are facing some challenges of identifying it and having it under control.
I am wondering if there are some tools to manage the source code quality in ASP.NET applications like those mentioned above.
Thanks in advance, Albert