Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi All,

Please help in implementing below custom rules in FXCOP,

1."No. of characters in a line of code should be less than 90"?
2. Remove commented code

Regards
Balu
Posted

For source code style checking you should check out StyleCop[^] and StyleCop+[^]
 
Share this answer
 
FxCop analyses binaries and not source code, so a rules about line length is non sense.
Unless compilation usage have greatly changed lately, comments are only in source code and never in binaries (even if technically possible to do otherwise), so same answer than for line length.
 
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