I am new to SonarLint, I have downloaded the sonarlint for visual studio 2017 , configure the SonarQube Connections and rules for C# windows application project. But when we are run analyze its showing Code Analysis Complete in Output window.
But its not reflecting in the SonarQube Projects, its always showing Project is not analyzed yet.
SonarLint does not create issues on SonarQube. When you connect a solution to SonarQube you can work locally with the same configuration that’s on SonarQube.
Can you confirm the query http://:9000/api/rules/search?xxxx of your first screenshot is slow to respond when you try to open it in a web browser?
If yes, then the issue is on server side. We might need your SonarQube server version + DB provider + DB version.
Also you have to ensure your server specs (both SQ server and DB) are large enough (look at CPU/memory usage when calling the WS).