Hi there,
I’m seeing a false-positive with rule csharpsquid:S1128
The method comment block needs a using for the Visibility to be recognized, SonarCloud however complains about it being unused.
Hi @norberth
This is probably related to Fix S1128 FP: documentation tags with dotnet build command · Issue #3633 · SonarSource/sonar-dotnet · GitHub
To confirm: are you using the dotnet build command?
It seems to be related to different Roslyn compiler behaviors for the same syntax, so it may be tied to specific MSBuild versions.
Thanks!