SonarQube for IDE: Visual Studio version 8.20 - C# analyzer update

Hello Visual Studio community,

The SonarQube for IDE: Visual Studio version 8.20 is now available!

This release brings some analyzers updates especially the .NET enterprise analyzer following changes:

  • Fix of the following False Negatives

    • S1871: Nested if .. else if chain
    • S2068: Remove word boundary(\b) from regex
    • S3878: When params are passed as array through an attribute
    • S1168: Support IndexerDeclaration and ConversionOperatorDeclaration
    • S1168: Add support for partial indexers
  • ​​Fix of the following False Positives:

    • S2068: Do not raise issue on password:secret
    • S3626: Add an exception when return statement is preceding local functions

You can find the full SonarQube for IDE: Visual Studio release notes here.

Thank you for your continued support!

Farah