Search code examples
c#visual-studioresharpercode-analysis

ReSharper stopped tracking Visual Studio code analysis after VS was updated to 17.5


I have some C# solutions which use StyleCop analyser and Ruleset file with some custom rules. Then I have updated Visual Studio from 17.4 to 17.5.1 and ReSharper stopped tracking violations of rules.

When ReSharper is enabled it shows only its own warnings:

enter image description here

Without ReSharper it works fine:

enter image description here

It's definitely not an issue with cache. Could you advise me how to fix this without rolling back to version 17.4, please?


Solution

  • Try installing R# a 2023.1 EAP build, I believe this issue should be fixed there.