-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
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
Add analyzer "Invalid argument null check" (RCS1256) #888
Conversation
# Conflicts: # src/Analyzers/CSharp/DiagnosticIdentifiers.Generated.cs # src/Analyzers/CSharp/DiagnosticRules.Generated.cs # src/VisualStudioCode/package/src/configurationFiles.generated.ts
# Conflicts: # src/Analyzers/CSharp/Analysis/ValidateArgumentsCorrectlyAnalyzer.cs
# Conflicts: # src/Analyzers.CodeFixes/CSharp/CodeFixes/IfStatementCodeFixProvider.cs # src/Analyzers.CodeFixes/CSharp/CodeFixes/ValidateArgumentsCorrectlyCodeFixProvider.cs # src/Analyzers/CSharp/Analysis/ValidateArgumentsCorrectlyAnalyzer.cs # src/Analyzers/CSharp/DiagnosticIdentifiers.Generated.cs # src/Analyzers/CSharp/DiagnosticRules.Generated.cs # src/Common/ArgumentNullCheckAnalysis.cs
This reverts commit 9139d7d. # Conflicts: # src/Analyzers/Analyzers.xml
I wish you provided a description so that I could understand the reasoning for this lint, and how to fix the issue. |
@BenjaminBrienen Description can be found here: https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1256.md. I can provide more detailed info if necessary. |
Yes, please. I had a parameter that was a nullable interface type ( |
Could you please create new issue and provide a code sample there? Thanks. |
No description provided.