Hi Team,
I am using SonarQube 9.9 Community Edition (LTA) to analyze a .NET Framework project. After successfully running the analysis, I encountered a code smell with the following message: “The annotation for nullable reference types should only be used in code within a ‘#nullable’ annotation context.”
When I click on this issue, it states: “Issue detected by an external rule engine: Roslyn.”
I searched for this rule in the Quality Profile but couldn’t find it.
Could you please guide me on how to remove or suppress this issue?