Skip to content
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

Overlap with VS 15.5.1 IDE refactorings #227

Open
breyed opened this issue Dec 14, 2017 · 0 comments
Open

Overlap with VS 15.5.1 IDE refactorings #227

breyed opened this issue Dec 14, 2017 · 0 comments

Comments

@breyed
Copy link

breyed commented Dec 14, 2017

If a private method does not have the private keyword, in VS 15.5.1, two refactoring with the same behavior appear:

  • Add default access modifier (from Roslynator)
  • Add accessibility modifier (from VS)

For refactorings that are redundant with those in the IDE, Roslynator should disable its or the IDE's version of the refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants