I am trying to work in connected mode in between Sonarlint extension in Visual Studio 2022 and Sonarqube using Token, I get the following error :
ERROR: Could not find compatible implementation of 'IGetExclusionsRequest' for SonarQube 6.7.0.33306. SonarQube request failed: Could not find compatible implementation of 'IGetExclusionsRequest' for SonarQube 6.7.0.33306. Unexpected error during workflow execution: Value cannot be null. Parameter name: serverExclusions.
SonarLint version 7.0.0.74072
Sonarqube version : Version 6.7 (build 33306)
I am expecting sonarqube and sonarlint in my local visual studio should work in connected mode.