We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyzer implemented in #4493 doesn't have a corresponding codefix.
An implementation of a codefix should be straightforward, just replacing AreSame with AreEqual.
AB#2332313
The text was updated successfully, but these errors were encountered:
The code fix may special case if both arguments are a nullable value type, and switch to two Assert.IsNotNull calls. Otherwise, use Assert.AreEqual
Assert.IsNotNull
Assert.AreEqual
Sorry, something went wrong.
Youssef1313
No branches or pull requests
Analyzer implemented in #4493 doesn't have a corresponding codefix.
An implementation of a codefix should be straightforward, just replacing AreSame with AreEqual.
AB#2332313
The text was updated successfully, but these errors were encountered: