Is there a way to sync settings from Settings.StyleCop on ReSharper?

My question is quite simple: is there a way to synchronize the changes you make in the Settings.StyleCop file in the ReSharper settings?

As of now, I must first make changes to Settings.StyleCop (so that StyleCop can check my code using the rules I want), and then I have to make the same changes to ReSharper in order to get syntax highlighting and warnings in the code, as I .

I found this question , but it seems to no longer apply. ReSharper does not read StyleCop.Settings.

+6
source share
1 answer

With the StyleCop plugin (4.7.44.0) for R #:

In the parameters R #, Tools, section StyleCop:

enter image description here

+3
source

Source: https://habr.com/ru/post/924824/


All Articles