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) コンパイラの一部を使用する場合、すべてのテストを実行する方法がわかりませんが、ソナー キューブは互換性がないようです。
回避策はありますか?
ありがとう