Hi there, @tkenbw
I believe this issue is not raised by the .NET analyzers but by a different one, so it is not affected by editorconfig settings.
You can exclude the files completely if you want, using the normal sonar.exclusions
analysis property, but in that case you will lose any issue on those files (not only 6418-related).
However, the simplest thing is to either
- Mark it as a False-Positive
- Accept it
Denis