TypeName | CommentsMustContainText |
CheckId | SA1120 |
Category | Readability Rules |
Cause
The C# comment does not contain any comment text.
Rule Description
A violation of this rule occurs whenever the code contains a C# comment which does not contain any text.
How to Fix Violations
To fix a violation of this rule, add text to the comment, or remove the comment.