PreviousInputNamesAttributeHasMatchingParameter
Summary¶
Severity - Fail
Check method - Here
Details¶
The PreviousInputNamesAttributeHasMatchingParameter check ensures that a given PreviousInputNames attribute has a matching input parameter on a method.
This ensures that our documentation is accurate and valid for what users might see.
For example, the following method would fail this check because the input attribute does not match a given input parameter.
The correct implementation should instead look like this: