On a code file, if a class ends with a empty line, raise a diagnostic and remove it on the fix. New lines are shown with the paragraph character (¶). So this: ``` csharp class C¶ {¶ }¶ ``` Becomes: ``` csharp class C¶ {¶ } ``` Severity: `Info` Category: `Style` Diagnostic id: `CC0066`
On a code file, if a class ends with a empty line, raise a diagnostic and remove it on the fix.
New lines are shown with the paragraph character (¶).
So this:
Becomes:
Severity:
InfoCategory:
StyleDiagnostic id:
CC0066