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
Diagnostic ID: CA1862: Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
SDK: Built-in CA analyzers in .NET 8 SDK or later
Version: SDK 8.0.100
CA1862 should not fire.
CA1862 is triggered.
String.Contains overload that takes StringComparison does not exist in .NET Framework 4.8.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Analyzer
Diagnostic ID: CA1862:
Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
Analyzer source
SDK: Built-in CA analyzers in .NET 8 SDK or later
Version: SDK 8.0.100
Describe the bug
Steps To Reproduce
Expected behavior
CA1862 should not fire.
Actual behavior
CA1862 is triggered.
Additional context
String.Contains overload that takes StringComparison does not exist in .NET Framework 4.8.
The text was updated successfully, but these errors were encountered: