I have a ASP.Net application with the below projects:
1.A Web site project (which is a main project)
2.4 class library projects
The project structure should be like below:
WebSolution
|__ Class lib1
|__ Class lib2
|__ Class lib3
|__ Class lib4
|__ Web (website project)
I have used MSBuild for sonar scanner. The problem is, it scanned all the 4 libraries but not the web. IS there any workaround for it?