Template for a good new topic, formatted with Markdown:
- ALM used - Azure DevOps
- CI system used - Azure DevOps
- C#
We are using “Obsolete” attribute in our codebase. Sonarcloud is reporting every use of obsoleted property on PR as a comment (CS0618 compiler warning).
We’d like to stop this behavior on PR, without removing this warning from our compilation.
Is there a way to configure SonarCloud to work this way? We still want local developers to see compiler warnings, but we don’t want those particular warnings being reiterated by SonarCloud on PR as remarks.
This is very important for us because currently, Sonar is creating so much noise for us that we are considering disabling it.