From 0515f0f54342f34f76028f7294d681d0a5d0d593 Mon Sep 17 00:00:00 2001 From: Georgii Borovinskikh <117642191+georgii-borovinskikh-sonarsource@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:58:41 +0000 Subject: [PATCH] Update embedded CFamily analyzer to 6.50.0.64514 (#4997) Fixes #4983 --- .../IntegrationTests/CFamily_CLangAnalyzer_IntegrationTests.cs | 2 +- src/EmbeddedSonarAnalyzer.props | 2 +- .../CFamily/CFamilyEmbeddedSonarWayRulesTests.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CFamily.UnitTests/IntegrationTests/CFamily_CLangAnalyzer_IntegrationTests.cs b/src/CFamily.UnitTests/IntegrationTests/CFamily_CLangAnalyzer_IntegrationTests.cs index 7c0de7919d..e9979a9d73 100644 --- a/src/CFamily.UnitTests/IntegrationTests/CFamily_CLangAnalyzer_IntegrationTests.cs +++ b/src/CFamily.UnitTests/IntegrationTests/CFamily_CLangAnalyzer_IntegrationTests.cs @@ -76,7 +76,7 @@ public void CallAnalyzer_IntegrationTest(string testCaseFileName) var messages = InvokeAnalyzer(request); - messages.Should().BeEquivalentTo(expectedMessages, e => e.WithStrictOrdering()); + messages.Where(x => !string.IsNullOrEmpty(x.Filename)).Should().BeEquivalentTo(expectedMessages, e => e.WithStrictOrdering()); } private static void CheckRulesMetadataFilesExist() diff --git a/src/EmbeddedSonarAnalyzer.props b/src/EmbeddedSonarAnalyzer.props index 074ead5000..f9008b4588 100644 --- a/src/EmbeddedSonarAnalyzer.props +++ b/src/EmbeddedSonarAnalyzer.props @@ -5,7 +5,7 @@ 9.12.0.78982 - 6.49.0.62722 + 6.50.0.64514 10.8.0.24207