We're using sonar-runner-2.4
and sonarqube-5.1.2
on a C# .Net 4.5.2 solution.
Very usefull products, by the way :)
We had a bit of trouble with this;
Because Sonar
tried to decorate issues beyond the file limit. It seems to be a fix. We've got simple workarounds (once we know on which file the decorators fail) for that and waiting for the fix.
Now, there's this problem which we think is related to SONAR-6792 (to be confirmed).
We have several cases where code issues are detected although they are already corected. It's like the analysis is being done on some old code view or issues are decorated on wrong lines. Here's one of the examples :
Resharper tells us that;
Parameter can be of type 'IEnumerable' " but it's already the case. The previous type was probably an 'ICollection' .
Thanks!