What are you trying to accomplish? I am trying to connect to my project using connected mode.
My current version of Visual Studio: 17.10.3
My current version of SonarLint: 8.3.0.10161
This is my sonarqube response via the api call. As you can see my project is on page 6. The highest that the sonar lint plugin seems to reach is 3. How can i increase the max pagination needed to get to page 6?
Response from a maunal get api call.
“paging”: {
“pageIndex”: 6,
“pageSize”: 500,
“total”: 3567
},
The highest amount returned in the sonarlint output window.
[ThreadId 23] [DEBUG] {“paging”:{“pageIndex”:3,“pageSize”:500,“total”:3567}
In our latest version of SonarLint for Visual Studio (8.4.0), we have redesigned the Connected Mode experience. The connected mode has now been migrated from Team Explorer to a dedicated window for improved usability.
We recommend upgrading to version 8.4.0, which will allow you to view all your SonarQube projects during the binding process. However, please note that the search functionality is not yet available in this version. We fully recognize the importance of this feature, especially when handling a large number of projects, and it is scheduled for a future update.
We appreciate your understanding and would greatly value any feedback you may have on the new Connected Mode experience.
The update worked perfectly! While a search or filter feature would be nice, just being able to access my project is a huge win.
For anyone else who comes across this post, I had to manually remove my bindings from all my other repositories after the update. I kept encountering an error when trying to load my projects with my current configuration. After unbinding, I was able to reconfigure Connected Mode for all the repositories I manage and see the full list of my company’s projects.