Hello:
- I’m using Sonarqube Developer Edition version 9.9.4.87374.
- Sonarqube is deployed on Kubernetes.
I’m trying to troubleshoot some Sonarqube and Roslyn issues not being reported on PRs on Azure Devops Services. Currently, my main avenue of troubleshooting is understanding why the rule S1133 is not being displayed in the Sonarqube UI for C#. If I go to the rules page, remove all filters and search for S1133 I see it for several other languages (C, Objective C, Java, C++, Kotlin, and Swift) but the C# rule is missing. Is my install corrupted or something? Am I not understanding C# static code analysis ?