cabadam
cabadam
A little late, but throwing my two cents in - my initial thoughts on the StyleCopAnalyzers project is that it will be harder to use. Our environment is such that...
Currently, we don't enforce as errors. We have a pseudo-large 'legacy' code base that predated Stylecop and used very different style rules. We don't have the time to go through...
Something else you can do: If you go actually download the source for StyleCopAnalyzers, you'll find in it a VSIX extension project already exists. We have been using that to...
You appear to have nailed it - moving it up to warning in the .editorconfig made it apply as expected. A couple thoughts: - The docs for --severity do not...
> The definition has a type called System, which causes the compilation problems you're encountering (note the "does not exist in the type 'System'"). There isn't a way to rename...
I'm not personally aware of any others.