We are using SonarQube and the dotnet-sonarscanner from nuget which works great.
Unfortunately, we are not able to get the information about the sonarqube scan and quality gates back to TFS.
We want to prevent PullRequests from being merged if the quality gate is not passed. I understood that you dont want to break the build anymore if the quality gate is broken.
We are using the dotnet-sonarscanner from nuget because we run all our builds within docker where we dont have any possibilty to use the SonarQube TFS Extension.
But is the part which does the magic with the integreation shareable and can be used from us as well?