Search code examples
c#visual-studiosonarlint

SonarLint Visual Studio 2015 plugin does not support asp.net core?


My setup:

Problem:

After connecting to sonarqube server I cannot bind to a project because there is no csproj in asp.net core. It refuses to bind to the project because of that

Manually running sonarscanner.bat works

How can this be done without tfs? Is this a bug?


Solution

  • This is expected at the moment. The tooling around .NET Core is not yet finished, and SonarLint integrates into the tooling. You may want to follow the development related to this aggregate ticket: https://jira.sonarsource.com/browse/MMF-484