SonarSource / sonar-dotnet

Code analyzer for C# and VB.NET projects
https://redirect.sonarsource.com/plugins/csharp.html
GNU Lesser General Public License v3.0
782 stars 226 forks source link

.dotnetcore/dotnetstandard support #227

Closed thgbrb closed 7 years ago

thgbrb commented 7 years ago

Hi Dear,

First, Congrats for all great work you have been doing! it is really amazing! I would like to ask what is the roadmap to include the dotnetcore/dotnetstandard support.

thks and keep working :)

Best Regards, Thiago

Evangelink commented 7 years ago

Hi @thgbrb!

There are a couple of questions related to yours so to answer them all (we hope).

  1. Is it possible to analyze dotnetcode/dotnetstandard with the Scanner for MSBuild? The answer is yes, the last version (2.3) allows it.

  2. Is it possible to do so on your TFS/VSTS agent? The answer is also yes using the version 2.1 of the sonarqube extension.

  3. Is it possible with SonarLint for Visual Studio to use the connected mode with dotnetcore/dotnetstandard projects? The answer is no for now but we have planned to work on this soon.

  4. Do we plan to move the codebase of our analyzers and of the Scanner for MSBuild to dotnetcore/dotnetstandard to enable cross-platform usage? The answer is yes but we cannot commit on any date for now.

We hope to have answered your questions.

Cheers, DotNet Team