I analyze C# projects using MSBuild.SonarQube.Runner-2.1
:
- MSBuild.SonarQube.Runner.exe begin /k:"%SKEY%" /n:"%SNAME%" /v:"%SVERSION%"
- "c:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /t:Rebuild
- MSBuild.SonarQube.Runner.exe end
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.