cake-contrib / Cake.Sonar

:cake: :jigsaw: Cake addin to execute the MSBuild scanner for SonarQube in Cake builds
https://cakebuild.net/extensions/cake-sonar/
MIT License
31 stars 24 forks source link

Add support for the dotnet-sonarscanner dotnet tool #114

Open Cheesebaron opened 2 years ago

Cheesebaron commented 2 years ago

Would be really nice to switch over to use the dotnet-sonarscanner tool, such that .NET Core and .NET 5.0+ projects also can be scanned using this plugin.

HofmeisterAn commented 11 months ago

Indeed. In the meantime you can use following approach to use the official scanner: https://github.com/cake-contrib/Cake.Sonar/issues/96#issuecomment-779401679.

Cheesebaron commented 11 months ago

Indeed. In the meantime you can use following approach to use the official scanner: #96 (comment).

Neat