diff --git a/build/DownloadDependencies/JarProcessing.targets b/build/DownloadDependencies/JarProcessing.targets index 20d01c192..ccf822447 100644 --- a/build/DownloadDependencies/JarProcessing.targets +++ b/build/DownloadDependencies/JarProcessing.targets @@ -64,12 +64,12 @@ - + - + diff --git a/src/EmbeddedSonarAnalyzer.props b/src/EmbeddedSonarAnalyzer.props index a0a16130c..9e9cc06fa 100644 --- a/src/EmbeddedSonarAnalyzer.props +++ b/src/EmbeddedSonarAnalyzer.props @@ -4,7 +4,7 @@ NB we assume that the SonarC# and SonarVB NuGet packages have the same version number. --> - 10.3.0.106239 + 10.4.0.108396 6.61.0.77816 10.19.0.29100 2.20.0.5038 diff --git a/src/Roslyn.Suppressions/Roslyn.Suppressions/SupportedSuppressionBuilder.g.cs b/src/Roslyn.Suppressions/Roslyn.Suppressions/SupportedSuppressionBuilder.g.cs index ee7049267..99914393a 100644 --- a/src/Roslyn.Suppressions/Roslyn.Suppressions/SupportedSuppressionBuilder.g.cs +++ b/src/Roslyn.Suppressions/Roslyn.Suppressions/SupportedSuppressionBuilder.g.cs @@ -48,7 +48,7 @@ private static ImmutableArray GetDescriptors() // If the number of diagnostic ids changes significantly or decreases when the analysers are updated, // investigate! There may be a problem with code generator. // ************************************************************************************************* - // Number of unique diagnostic ids (C# and VB.NET): 500 + // Number of unique diagnostic ids (C# and VB.NET): 504 CreateDescriptor("S100"), CreateDescriptor("S1006"), CreateDescriptor("S101"), @@ -486,6 +486,7 @@ private static ImmutableArray GetDescriptors() CreateDescriptor("S6146"), CreateDescriptor("S6354"), CreateDescriptor("S6377"), + CreateDescriptor("S6418"), CreateDescriptor("S6419"), CreateDescriptor("S6420"), CreateDescriptor("S6421"), @@ -545,6 +546,9 @@ private static ImmutableArray GetDescriptors() CreateDescriptor("S6967"), CreateDescriptor("S6968"), CreateDescriptor("S7039"), + CreateDescriptor("S7130"), + CreateDescriptor("S7131"), + CreateDescriptor("S7133"), CreateDescriptor("S818"), CreateDescriptor("S881"), CreateDescriptor("S907"),