Reporter | Marcin Smółka (msmolka) |
---|---|
Created | Apr 18, 2018 12:14:54 PM |
Updated | Apr 18, 2018 12:14:54 PM |
Subsystem | Code Style - Formatter |
Assignee | Dmitry Osinovsky (Dmitry.Osinovsky) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 15.3 |
Currently when enabled StyleCop rules there is no easy way (or any) to find out which rule overrides resharper one.
Even marked as yellow still causing more confusion than help. If StyleCop overrides something with the same value, there is no need to show it in different color, because in that case user cannot easily find where something is different between resharper and stylecop.
Also there is no easy way to find out which rule changes resharper rule.
E.g. I don't have any rule related to " ? " ternary in stylecop file. However resharper removes spaces around this. Which rule is responsible for that. I'm using both stylecop analyzers and resharper stylecop plugin. None of them ever reported issue around this " ? " spacing. So from where resharper overrides that rule?