Hi,
I'm trying to setup SonarQube for our .Net code base. I got the basics running, but now I'd like to integrate StyleCop. The documentation of the StyleCop plugin says that it doesn't support the new C# 6.0 syntax yet. We're using StyleCop as a ReSharper plugin for several years and from what I'm reading the development of StyleCop has stopped (at least with respect to adding new features or new C# versions - there are still some brave people that try to get the existing code working with new ReSharper versions).
The future of StyleCop is "Roslyn based StyleCop Analyzers" (
https://github.com/DotNetAnalyzers/StyleCopAnalyzers). From what I understand this is a complete rewrite based on the new Roslyn platform, but highly compatible with the previous StyleCop rules.
Now the question: is it possible to get issues reported by this analyzer into SonarQube?
Thanks,
Markus