SonarSource / sonar-scanner-msbuild

SonarScanner for .NET
http://redirect.sonarsource.com/doc/msbuild-sq-runner.html
GNU Lesser General Public License v3.0
365 stars 143 forks source link

Improve documentation around Service Fabric projects #869

Open mickael-caro-sonarsource opened 4 years ago

mickael-caro-sonarsource commented 4 years ago

Serivce Fabric projects are usually built in 2 times : one for the .SLN and one for .sfproj.

It's not very clear with SonarCloud when to get the analysis, and as the Scanner hooks in the build, this can increase a lot build time.

We should make it clear that for example only the SLN should be built / analyzed with the Scanner, and then build the sfproj's files with targets uninstalled.

duncanp-sonar commented 2 years ago

https://community.sonarsource.com/t/scanning-service-fabric-solutions-in-azure-devops/60984/5

@tom-howlett-sonarsource do we have lots of users asking about Service Fabric projects?