Мы начали использовать VS2019 и все новые возможности.Мы заметили, что менеджер компоновки больше не работает:
The SonarQube MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
Possible causes:
1. The project has not been built - the project must be built in between the begin and end steps
2. An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0 and 15.0 are supported
3. The begin, build and end steps have not all been launched from the same folder
4. None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)
Я проверил, но у меня установлена последняя версия SonarScanner.Я застрял, как выполнить все наши тесты, если мы используем некоторые вещи из компилятора MSBUILD V16 (2019), но кажется, что сонарный куб не совместим?
Есть ли обходной путь?
Спасибо