1

I have VS2013, and want to work with resharper and style cop together in the IDE (have all the notifications of style cop, all the quick fixes together)

installed Resharper 8.1 Installed latest StyleCop-4.7.49.0

Configured my .csproj to work with stylecop and have build errors and all (straight from StyleCop settings). Copied to the .sln folder the Settings.StyleCop file.

However - Resharper don't recognize it - no notifications within the code, no mentioning in Resharper > Tools,

How can I make them speak with each other?

Cœur
  • 37,241
  • 25
  • 195
  • 267
user1025852
  • 2,684
  • 11
  • 36
  • 58

1 Answers1

1

StyleCop 4.7.49 is not compatible with Resharper 8.1. The StyleCop - Resharper integration is not completely in sync with all the latest versions so to get full compatibility you need to run Resharper 8.2.

Specifically the version called: ReSharper 8.2 (release date 2014-03-20) http://download.jetbrains.com/resharper/ReSharperSetup.8.2.0.2160.msi

Per Salmi
  • 1,398
  • 1
  • 14
  • 28
  • ok I'll download that - you're saying that this resharper version will be in full sync with the mentioned stylecop version? – user1025852 Jan 14 '15 at 06:31
  • It is the only version of Resharper 8.2 currently listed as compatible with StyleCop 4.7 so I assume this will cover the integration parts. I am myself running a later Resharper release and when I install StyleCop I get a warning that my version is not compatible. – Per Salmi Jan 14 '15 at 10:14