New release of the Scanner for .NET

Hi there, .NET developers!

We have just released a new version of the Scanner for .NET (11.1).

This version brings

  • Proper support of C# warning waves. The scanner used to set the WarningLevel to 4, which led to warning waves being hidden. Not anymore. We now only set the level to 4 if it is too low, otherwise we leave it to the value you set. This may cause some new Roslyn issues to show up in your project on SonarQube.
  • Better telemetry. We use telemetry to understand if some compatibility features are used or not, for maintenance purposes. We only log how many features have been activated during an analysis, not the specific values, of course. This will help us focus our development effort.

Don’t hesitate to reach out if this version causes any problems!

Denis

2 Likes