I configured my csharp projects as below blog post to be enabled CodeAnalyzers and StylecopAnalyzers.
I ran msbuild on commandlines.(assumption of CI) Then I got its report as a xml file in output directory. In the file, I couldn't find any stylecop errors out, though could some codeanalysis's ones out.
How do I configure my projects to get stylecop errors in the report xml?
I found out the comment below described by sharwell who is one of developers of StyleCopAnalyzers. It says that it is their policy not to support report generation function.
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/1178
I'm planning to close this as outside the scope of this project. I don't believe this tool is as necessary for this project as it was for StyleCop classic for the following reasons: