Unable to pull Roslyn code smells from SonarQube to DevOps pipeline

Template for a good bug report, formatted with Markdown:

  • versions used (SonarQube, Scanner, Plugin, and any relevant extension)
  • error observed (wrap logs/code around triple quote ``` for proper formatting)
  • steps to reproduce
  • potential workaround

P.S.: use the #bug:fault sub-category if you’re hitting a specific crash/error , or the #bug:fp sub-category for rules-related behaviour

we are trying to pull the code smells reported in SonarQube in DevOps pipeline using pull request but unable to get the code smells reported by Roslyn analyzers.

we are able to get the other code smells but the issue is there only with Roslyn code smells.

For example : in the above screen shot there are three code smells two of them are reported by roslyn and these two are not getting pulled in our pull request whereas the third one which is non roslyn code smell is getting pulled successfully.