We want to use sonarqube for a project which has the following technologies
.net
Angular 4 /Typescript
Can i Know how to use the sonarqube for this kind of project.
Help Appreciated.
Hi there,
Given the .Net part I imagine you’re working with Visual Studio solutions. If so then the Scanner for MSBuild is a good place to start from, and the various analyzers (e.g. C#, TypeScript) will kick in depending on the files included in your solution.
Note that if you have a TFS/VSTS pipeline already in place then you can directly use the [Marketplace extensions[(https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Extension+for+VSTS-TFS) available there.