hello,
I’m wondring if it’s a version compatibility between sonar 7.6 and .Net Framework 2.0, but in my solution (based on vb.net) there is 2 projects : a library project and a WebForm asp.net website.
when I folow steps to analyse the solution :
1-SonarScanner.MSBuild.exe begin /k:“xxxx” /d:sonar.host.url=“http://localhost:9000” /d:sonar.login=“cc7f777fdcef930b5f976338b3a3fc639b92ed74”
2-MsBuild.exe /t:Rebuild
3-SonarScanner.MSBuild.exe end /d:sonar.login=“cc7f777fdcef930b5f976338b3a3fc639b92ed74”
I found that the result doens’t take into consideration the website code source, even in the “code” tab there only the library project wich is listed as a project of the solution analysed !!
Any help please ? How can I analyse my old projects, supposing that there is no migration planned in the near futur ?
Thanks