In method {0}, correct the spelling of '{1}' in parameter name {2} or remove it entirely if it represents any sort of Hungarian notation.
In member {0}, consider replacing the data type identifier '{1}' in parameter name {2} with a more generic term, such as ...
In member {0}, consider replacing the language-specific data type identifier '{1}' in parameter name {2} with a more generic ...
In member {0}, correct the casing of '{1}' in parameter name {2} by changing it to '{3}'. '{3}' is an abbreviation and therefore ...
In member {0}, the compound word '{1}' in parameter name {2} exists as a discrete term. If your usage is intended to be single ...
In method {0}, correct the spelling of '{1}' in parameter name {2} or remove it entirely if it represents any sort of Hungarian ...
In method {0}, object {1} is not disposed along all exception paths. Call System.IDisposable.Dispose on object {1} before ...
In method {0}, parameter {1} on called method {2} has a default value of '{3}'. If the supplied default value refers to a ...
In method {0}, replace the call to String.ToLower(CultureInfo.InvariantCulture) with String.ToUpper(CultureInfo.InvariantCulture). ...
In most cases, Locale should be explicitly set to CultureInfo.InvariantCulture on DataSet and DataTable instances. Upon creation ...