-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Added test for RCS1196 #1235
Added test for RCS1196 #1235
Conversation
I took a look at it and I turned out that the problem is with the refactoring which has the same functionality as the analyzer: roslynator/src/Refactorings/CSharp/Refactorings/InvocationExpressionRefactoring.cs Lines 55 to 64 in d52ec57
|
@jakubreznak Could you fix it? |
Yeah, sorry, i will look at it, but I am not able to do it this week. |
I looked at it and fixed it, also added a test. Thank you for your suggestion. |
src/Common/CSharp/Analysis/CallExtensionMethodAsInstanceMethodAnalysis.cs
Outdated
Show resolved
Hide resolved
src/Common/CSharp/Analysis/CallExtensionMethodAsInstanceMethodAnalysis.cs
Outdated
Show resolved
Hide resolved
@jakubreznak Thanks for the contribution! |
added test for RCS1196
resolve #1128
I tested it and there were no redundant parentheses. I also wrote test for it.