From 67df89e70daa84261511e478b38281d5c064b758 Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Tue, 3 Dec 2024 12:55:29 +0100 Subject: [PATCH] Prepare release 1.25 --- .../sonarlint/omnisharp/its/OmnisharpIntegrationTests.java | 4 ++-- pom.xml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java b/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java index 85c7173..e0fe2f5 100644 --- a/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java +++ b/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java @@ -414,7 +414,7 @@ private void testAnalyzeNewFileAddedAfterOmnisharpStartup(Path tmpDir, boolean l var newFilePath = baseDir.resolve("ConsoleApp1/Program2.cs"); backend.getFileService().didUpdateFileSystem(new DidUpdateFileSystemParams(List.of(), List.of(new ClientFileDto( - baseDir.resolve("ConsoleApp1/Program2.cs").toUri(), newFilePath, SOLUTION1_MODULE_KEY, false, "UTF-8", newFilePath, "", Language.CS, false)))); + baseDir.resolve("ConsoleApp1/Program2.cs").toUri(), newFilePath, SOLUTION1_MODULE_KEY, false, "UTF-8", newFilePath, "", Language.CS, false)), List.of())); // Give time for Omnisharp to process the file event Thread.sleep(1000); @@ -951,7 +951,7 @@ private List analyzeCSharpFile(String configScopeId, String baseDir var filePath = Path.of("projects").resolve(baseDir).resolve(filePathStr); var fileUri = filePath.toUri(); backend.getFileService().didUpdateFileSystem(new DidUpdateFileSystemParams(List.of(), - List.of(new ClientFileDto(fileUri, Path.of(filePathStr), configScopeId, false, "UTF-8", filePath.toAbsolutePath(), content, Language.CS, true)))); + List.of(new ClientFileDto(fileUri, Path.of(filePathStr), configScopeId, false, "UTF-8", filePath.toAbsolutePath(), content, Language.CS, true)), List.of())); var propertiesMap = new HashMap(); for (int i=0; i org.sonarsource.parent parent - 75.0.0.1943 + 82.0.0.2314 org.sonarsource.sonarlint.omnisharp @@ -42,10 +42,11 @@ sonarlint-omnisharp ${project.groupId}:sonarlint-omnisharp-plugin:jar 5.9.1 - 10.10.0.79500 + 10.11.0.79687 11 1.39.10 10.3.0.106239 + GNU LGPL v3