I analyze C# projects using MSBuild.SonarQube.Runner-2.1
:
The analysis works fine and the analyzed project is created on SQ.
The problem is that when I click at 'Issues' on the project's site on SQ and then double-click at an issue then the source code with the corresponding rule violation is NOT shown! Why?
SQ version: 5.3. VS version: 2015.
I think I found the reason: it were all fxcop rules which were violated. And fxcop analyzes the compiled managed code which makes it impossible to associate the rule violation with a concrete line of code.
Among all the fxcop rule violations I also found one stylecop rule violation in the project. For this violation the source code was displayed because stylecop analyzes the source files.