Remove/merge/adapt to Roslynator all new Visual Studio 2019 refactorings
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 294
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 4
Description
**Product and Version Used**:
2.1.0 for VS 2019 (Preview)
**Steps to Reproduce**:
Just the first example that comes to my mind: define a class in which a private field should be readonly because you assign it only in its class constructor:
With this class:


**Actual Behavior**:
- VS2019 suggests you to "Add readonly modifier" IDE044
- Roslynator suggest you to "Mark _abc as readonly" RCS1169
**Expected Behavior**:
Just show one of the two, and like this for all duplicated refactorings
Contributor guide
Assessment
This issue has not been assessed yet.