I have a project using the StyleCop.Analyzers package in order to use newer c# language features. Here are my NuGet references.
However when using unsupported langauge features the ReSharper StyleCop plugin will still mark it as a syntax error.
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.
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).
I have a project using the StyleCop.Analyzers package in order to use newer c# language features. Here are my NuGet references.
However when using unsupported langauge features the ReSharper StyleCop plugin will still mark it as a syntax error.
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.