Changed Quality Profile to a Custom profile - Project still showing Sonar Way as the profile used

Template for a good new topic, formatted with Markdown:

  • ALM used ( Azure DevOps)
  • CI system used ( Azure DevOps)
  • C#
  • Private Project

We have created a new project in our sonarcloud and gone through the process of attaching a custom quality profile and associating it with the correct project. We have associated the C# quality profile within the project via administrator → quality profiles → language C# quality profile = the custom one we setup. If we go to information and in the ‘About This Project’ - Quality Profiles Used’ it still shows C# to be Sonar Way. I cannot find how to change this to the Custom Quality Profile. As a result it is red flagging PR’s with comments that should not be their.

Hey there.

The Quality Profile displayed in your Project Information does not get updated until the main branch has been reanalyzed. However, your new Quality Profile should apply immediately to all new pull requests and branches.

Can you share a specific example (screenshots are great) where this isn’t happening, like in the PR you’re describing?