Please provide
- Operating system: Windows 10 Enterprise
- Visual Studio version: Microsoft Visual Studio Professional 2022 - Version 17.0.4
- SonarLint plugin version: 7.8.0.88494
- Programming language you’re coding in: C#
- Is connected mode used: Yes
- Connected to SonarCloud or SonarQube (and which version): SonarQube - 8.9.7.52159
And a thorough description of the problem / question:
Recently I have installed the sonar lint in my VS 2022 and tried to use it in connected mode. In visual studio team explorer I can see this has been bound. I can see the some files ae created under Bindings folder for the bound project at this location - \AppData\Roaming\SonarLint for Visual Studio .
But I couldn’t find any ruleset file in the directory.
Even I couldn’t see any details populating in the sonar issue visualization window for any sonar issue. But I can see the sonar warnings are been generated in the error list panel. And clicking on each sonar issue I can see this in the sonar rule help window but couldn’t see it in the sonar issue visualization. Now when I try to to see the output for sonar lint and I can find the error in the below logs =>
Initializing the SonarLint package...
Finishing initializing the SonarLint package
Initializing the notifications package...
Loading notifications settings...
Connected: checking for notifications
Finished initializing the notifications package
[ConnectedMode] Initializing package...
[ConnectedMode] Package initialized
**ERROR: Could not find compatible implementation of 'IGetSonarLintEventStream' for SonarQube 8.9.7.52159.**
[Suppressions] Fetching all suppressions...
[Hotspots] Fetching all hotspots...
[Taint] Initializing taint issues synchronization package...
[ConnectedMode/BranchMapping] Matching Sonar server branch: feature/Test
[ConnectedMode/BranchMapping] Closest Sonar server branch: feature/Test
[ConnectedMode/BranchMapping] Matching Sonar server branch: feature/Test
[ConnectedMode/BranchMapping] Closest Sonar server branch: feature/Test
**ERROR: Could not find compatible implementation of 'ISearchHotspotRequest' for SonarQube 8.9.7.52159.**
**[Hotpots] Fetch operation failed: Could not find compatible implementation of 'ISearchHotspotRequest' for SonarQube 8.9.7.52159.**
[ConnectedMode/BranchMapping] Matching Sonar server branch: feature/Test
[ConnectedMode/BranchMapping] Closest Sonar server branch: feature/Test
[Taint] Fetched 0 taint vulnerabilities.
[Taint] Finished initializing taint issues synchronization package.
[ServerIssueStore] Raising change event...
[Suppressions] Finished fetching all suppressions
Current VS version:
Visual Studio Professional 2022
17.0.32014.148
17.0.4
Could you please help me to find out what I am missing in the set up.