SonarQube 执行失败找不到程序集
SonarQube Execution Failure Cannot find the assembly
我一直在到处寻找这个错误的解决方案,但到目前为止还没有幸运地找到一个。有人碰巧知道如何解决这个问题吗?
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
Total time: 9.118s
Final Memory: 27M/513M
INFO: ------------------------------------------------------------------------
ERROR: Error during Sonar runner execution
ERROR: Unable to execute Sonar
ERROR: Caused by: Cannot find the assembly
"e:\Builds\IT\QLMSFileSystemPurge.Nightly\src..\bin\Rock.QL.QLMSClientPortal.Services.FileSystemPurge.exe" provided by the property "sonar.cs.fxcop.assembly".
ERROR:
ERROR: To see the full stack trace of the errors, re-run SonarQube Runner with the -e switch.
ERROR: Re-run SonarQube Runner using the -X switch to enable full debug logging.
请使用 SonarQube Scanner for MSBuild 分析您在 http://docs.sonarqube.org/x/bAAW 上记录的 C# 项目。它具有对 FxCop 的本机支持,并且 FxCop 将在 MSBuild 构建期间使用正确的设置执行。
不再支持直接或通过 Visual Studio Bootstrapper 插件间接设置 sonar.cs.fxcop.assembly
。
我一直在到处寻找这个错误的解决方案,但到目前为止还没有幸运地找到一个。有人碰巧知道如何解决这个问题吗?
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
Total time: 9.118s
Final Memory: 27M/513M
INFO: ------------------------------------------------------------------------
ERROR: Error during Sonar runner execution
ERROR: Unable to execute Sonar
ERROR: Caused by: Cannot find the assembly "e:\Builds\IT\QLMSFileSystemPurge.Nightly\src..\bin\Rock.QL.QLMSClientPortal.Services.FileSystemPurge.exe" provided by the property "sonar.cs.fxcop.assembly".
ERROR:
ERROR: To see the full stack trace of the errors, re-run SonarQube Runner with the -e switch.
ERROR: Re-run SonarQube Runner using the -X switch to enable full debug logging.
请使用 SonarQube Scanner for MSBuild 分析您在 http://docs.sonarqube.org/x/bAAW 上记录的 C# 项目。它具有对 FxCop 的本机支持,并且 FxCop 将在 MSBuild 构建期间使用正确的设置执行。
不再支持直接或通过 Visual Studio Bootstrapper 插件间接设置 sonar.cs.fxcop.assembly
。