I’m running SonarQube in docker container:
I can login to the portal and create new project ‘test’:
I’m following SonarScanner for .NET to configure sonarscanner for .NET 5 project.
But I encounter HttpClient.Timeout error:
I have tried with /d:sonar.login, it doesn’t help.
Anyone can help to suggest how to solve this issue?
Thank you.