All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.csharp.S1309.html Maven / Gradle / Ivy

There is a newer version: 10.2.0.105762
Show newest version

Why is this an issue?

This rule allows you to track the usage of the SuppressMessage attributes and #pragma warning disable mechanism.

Noncompliant code example

[SuppressMessage("", "S100")]
...

#pragma warning disable S100
...
#pragma warning restore S100




© 2015 - 2024 Weber Informatics LLC | Privacy Policy