SonarQube で分析できない 3 つのプロジェクトのソリューションがあります。これは、ac# プロジェクト、BizTalk プロジェクト (btproj)、およびテスト プロジェクトです。BizTalk とテスト プロジェクトの両方に c# プロジェクトへのプロジェクト参照があり、テスト プロジェクトには他の両方のプロジェクトへの参照があります。
プロジェクトが分析を開始すると、BizTalk プロジェクトと C# プロジェクトの両方が重複プロジェクトとして認識されるため、無視されます。テスト プロジェクトを削除すると、C# プロジェクトのみが重複としてマークされます。
別のビルド構成と CPU の組み合わせを試しましたが、別の結果を生み出すことができません。これらのエラーを発生させないプロジェクト参照を持つ他のいくつかのソリューションがあります。
2015-11-27T08:31:31.0581917Z WARNING: Duplicate project GUID: "5d988c42-d59d-411c-82ed-fe708e943424". Check that the project is only being built for a single platform/configuration and that that the project guid is unique. The project will not be analyzed by SonarQube. Project file: D:\agent\_work\46e3aa1b\Integrations\Components\Components.csproj
2015-11-27T08:31:31.0581917Z WARNING: Duplicate project GUID: "5d988c42-d59d-411c-82ed-fe708e943424". Check that the project is only being built for a single platform/configuration and that that the project guid is unique. The project will not be analyzed by SonarQube. Project file: D:\agent\_work\46e3aa1b\Integrations\Components\Components.csproj
2015-11-27T08:31:31.0581917Z WARNING: Duplicate project GUID: "c7450074-451b-45f0-9059-5349eab6860e". Check that the project is only being built for a single platform/configuration and that that the project guid is unique. The project will not be analyzed by SonarQube. Project file: D:\agent\_work\46e3aa1b\Integrations\Orchestration\Orchestrations.btproj
2015-11-27T08:31:31.0581917Z WARNING: Duplicate project GUID: "c7450074-451b-45f0-9059-5349eab6860e". Check that the project is only being built for a single platform/configuration and that that the project guid is unique. The project will not be analyzed by SonarQube. Project file: D:\agent\_work\46e3aa1b\Integrations\Orchestration\Orchestrations.btproj
BizTalk プロジェクトが SonarQube でサポートされていないことを認識しています。ただし、ほとんどのビジネス ロジックは C# クラス ライブラリに配置されており、これとは関係がないと思います。