Question

Can I use SonarQube to analyze my project which is in .net C# and has extensive use of javascripts (around 10 javascript files). I mean can i get a report for both c# and JS files? I tried module approach as listed here in SonarQube documentation but didn't succeed.

Was it helpful?

Solution

This is not supported for .NET. You'll have to run two separate analyses. You can aggregate the results with the Views plugin: http://www.sonarsource.com/products/plugins/governance/portfolio-management/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top