2021-06-25 09:56:20 +02:00

820 B

Title Description Category Severity Excluded
SpectreXxxx Rule title Usage Hidden, Info, Warning, or Error true

Cause

A concise-as-possible description of when this rule is violated. If there's a lot to explain, begin with "A violation of this rule occurs when..."

Reason for rule

Explain why the user should care about the violation.

How to fix violations

To fix a violation of this rule, [describe how to fix a violation].

Examples

Violates

Example(s) of code that violates the rule.

Does not violate

Example(s) of code that does not violate the rule.

How to suppress violations

If the severity of your analyzer isn't Warning, delete this section.

#pragma warning disable Spectre1000 // <Rule name>
#pragma warning restore Spectre1000 // <Rule name>