Fork me on GitHub
TypeName RemoveCommentedCodeAnalyzer
Check Id CC0037
Category Style
Severity Info

Cause

Useless commented code should be removed.

Example

//class SampleClass
//{
//}

Code fix

A code fix will be presented to you that will transform the code, it will delete the comment.

Code fix

Related rules

TBD

See also

TBD