C# //NOSONAR failing

using //NOSONAR at class level to ignore whole is no being observed
tried // NOSONAR but still get messages

For improved performance, use the etc etc

i want to ignore the whole file as it was just a use case if Rabbit MQ is used

my bad by design
to stop developers hiding code

Hey there.

As noted in the template post, what version of SonarQube are you using?

Can you provide some sample code where // NOSONAR isn’t working?

Version 10.3.0.82913
but from docs it looks like by design, putting it at class level, is not allowed, as dev’s could bury all bugs and get a nice shinny pass badge,
reviewing all code smells and acknowledging all with resolved won’t fix or resloved false positive
but there now is a history

image