-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
RCS1268 - Simplify Numeric Comparison #1405
Conversation
Is this PR ready for review? If so, can you request a review? |
Yes, the PR is ready for review. Could you please review my code? Thanks (I wanted to add you to reviewers, but i cannot.) |
Thanks for the screenshot. It's probably because the repo is part of dotnet organization. |
src/Analyzers/CSharp/Analysis/SimplifyNumericComparisonAnalyzer.cs
Outdated
Show resolved
Hide resolved
src/Analyzers.CodeFixes/CSharp/CodeFixes/BinaryExpressionCodeFixProvider.cs
Outdated
Show resolved
Hide resolved
Thank you for the code review and your suggestions. I have implemented the changes you suggested. |
@jakubreznak Nice PR, thanks! |
@BenjaminBrienen Changelog contains incorrect information that this analyzer is part of 4.11.0 but it haven't been released yet. Changelog will be fixed as a part of next release. |
fixes #1394