How to setup Sonarqube with multiple languages like netcore and typescript

Hi, i am using SonarQube 7.9.1, i want to setup SonarQube so it could scan all the projects including typescript files for frontend and c# files for backend.
I tried to use standalone sonarqube build but it scans just html, js, typescript files and some of others.
I want to scan C# files too so i downloaded SonarQube for MSBuild but it scans just projects in solution, and frontend files does not included in solution, so how to include frontend to backend or backend to frontend.
I know that i can create other project and scan typescript files in that project, but i want everything in one project.

1 Like

Hi @sovredbit. Welcome to the community.

See this thread for a discussion of the options.