- The precision of the query
cs/missed-readonly-modifierhas been improved. Some false positives related to static fields and struct type fields have been removed. - The queries
cs/password-in-configuration,cs/hardcoded-credentialsandcs/hardcoded-connection-string-credentialshave been removed from all query suites. - The precision of the query
cs/gethashcode-is-not-definedhas been improved (false negative reduction). Calls to more methods (and indexers) that rely on the invariante1.Equals(e2)impliese1.GetHashCode() == e2.GetHashCode()are taken into account. - The precision of the query
cs/uncontrolled-format-stringhas been improved (false negative reduction). Calls toSystem.Text.CompositeFormat.Parseare now considered a format like method call.