We have a quite large code base, and one of the projects breaks the SonarQube analysis with the following error.
016-12-15T11:20:30.8989361Z ##[error]ERROR: Error during SonarQube Scanner execution
2016-12-15T11:20:30.8999277Z ##[error]java.lang.IllegalStateException: Line 1203 is out of range in the file Converters/IMSServiceToESBConverter.cs (lines: 1202)
We are using SonarQube 6.1 and the latest C# plugin (5.5.1.522).
Disabling all rules in the C# profile still causes this problem.