Hi
As far as I understand, as soon as I mark an issue on SonarCloud as False Positive or Won’t fix it shouldn’t show up any longer in Visual Studio. But I find around 40 messages for “S2221: Catch a list of specific exception subtype or use exception filters instead” despite having none Sonar Cloud due to the fact that those are actually intended and marked won’t fix.
- C# 9 asp.net core
- Visual Studio 2019 16.8.3
- .Net 5
- SonarLint Version 4.29.0.25125 in connected Mode
- SonarCloud
In the output I can see that supressions are loaded.
Did I misunderstand how SonarLint works or is something wrong here?