VSSpell001: Correct spelling of 'XXX'

Item

Value

Rule ID

VSSpell001

Category

Naming

Fix is breaking or non-breaking

Correcting the spelling in the identifier of a namespace or a public or protected type or member is considered a breaking change. For internal and private types and members, the change is non-breaking.

Cause

One or more parts of an identifier are possibly misspelled.

Rule Description

Code element spell check.

How to Fix Violations

Select a suggested replacement to correct the spelling.

When to Suppress Warnings

The warning can be suppressed if the word is correctly spelled but not in the dictionary by adding the word to the dictionary. If misspelled but you do not want it flagged, it can be added to an ignored words file defined in the spell checker configuration settings or to an Ignore Spelling directive comment in the source code file.

Configure Code to Analyze

See the Code Analyzer Options configuration category topic for information on the available options.

Related Rules

See Also