StyleCop / StyleCop.ReSharper

Official ReSharper extension for StyleCop
163 stars 29 forks source link

Analysis not disabled when referencing StyleCop.Analyzers #58

Closed erksmit closed 1 year ago

erksmit commented 1 year ago

I have a project using the StyleCop.Analyzers package in order to use newer c# language features. Here are my NuGet references.

Untitled

However when using unsupported langauge features the ReSharper StyleCop plugin will still mark it as a syntax error.

Untitled

In the StyleCop options menu in ReSharper it states that analysis would be disabled when StyleCop.Analyzers is referenced, so i had expected that it would not analyze the code.

matkoch commented 1 year ago

Please take a look at the README.md. StyleCop doesn't receive updates for new language versions. For that reason, we also don't support the plugin anymore (like fixing bugs).