Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Please suggest the tool (free) which can check the C# code quality.

It should detect the folling:

Cycle detection
Clone (copy) detection
Dead code detection
Detection of code style violations
A full set of predefined software metrics
The ability to add your own metrics and analyses...
Posted

I have used FxCop [^]a couple of times. It has full set of predefined software metrics.

You can also try Resharper[^]
 
Share this answer
 
Comments
Kunal Chowdhury «IN» 15-Aug-10 11:36am    
ReSharper is the best that I have ever used. It gives more tips on writing code. But the latest version takes a bit more memory. If you have good amount of RAM then you can go for Resharper though it's Paid Version.
Abhishek Sur 18-Aug-10 16:20pm    
Thanks for your input. I have never tried Resharper. I hope I would try it definitely, if I get chance.
Hi,

we have used Source Monitor in our company:

http://www.campwoodsw.com/sourcemonitor.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900