Hey,
We have recently implemented SonarCloud in builds with azure devops. It is all working just fine, comments are added to the Pull request and everything.
HOWEVER, everytime a new commit to a started PR comes, we rebuild and do a new analysis. When this is done, all the PR comments are removed and re-added, so even if we change status in the previous commit, or made comments it removes it.
This is causing a lot of headaches as we try to write comments or changing the status on things accordingly, as we might ignore some of the things for the current PR and might resolve it at a later time. And as we got FORCE all comments to be resolved before merging can be done, it gets a little problematic when it re-applies all the comments after validation builds were completed.
But also, we are getting SPAMMED by emails which gets a bit annoying overtime.
Is this a known limitation at this point in time, and is there something being worked on to resolve this. Or is there something we can do to adjust/fix this?
If there is nothing planned or so yet, can we get a feature request for this that we can track, because we really want this resolved.