Please provide
- Operating system: Windows 11
- Visual Studio version: 18.9.1
- SonarQube for Visual Studio plugin version: 10.7.0.17183
- Programming language you’re coding in: c#
- Is connected mode used: NO
Before a recent update (I think the one where it got renamed to SonarQube from SonarLint but I am honestly not sure of a way to see what updates were done to VS extensions)
we used editorconfig to suppress analysers, e.g.
dotnet_diagnostic.S107.severity = none
These no longer work after the update and we have now had to disable the extension due to it causing too many errors that we’ve suppressed