We are currently switching from StyleCop Classic to Analyzers.
With StyleCop classic, we configured our projects, so that StyleCop issues were displayed as warnings during debug, and as errors during release builds. That way, we could work a bit easiering while developing and still could enforce the rules in the release build.
We would like some similiar setting for StyleCop Analyzers. Is anything like that planned?
That would be outside the scope of the project, but you could achieve this in two ways:
For this project, we treat warnings as errors for command line builds, which automatically includes all the builds that run for GitHub pull requests. Here is the configuration section that triggers this behavior: