我正在使用 Sonar 3.4.1,并且在尝试分析 DotNet 项目时,我在仪表板中获得了文件夹和文件名的“空”值。
fxCop 工具生成的 fxcop-report.xml 在 XML 文件中有标签,默认情况下它应该有属性(Certainty、Level、Path、File、Line)。但是对于某些问题,它只有(Certainty & Level)属性。请检查并让我知道为什么标签中没有其他属性。
fxcop-report.xml 也有以下异常,请让我知道这是否会导致 Fxcop-report.xml 中的问题。
<Exception Keyword="CA0060" Kind="Engine" TreatAsWarning="True">
<Type>Microsoft.FxCop.Sdk.FxCopException</Type>
<ExceptionMessage>
The indirectly-referenced assembly 'VBIDE, Version=5.3.0.0, Culture=neutral, PublicKeyToken=ee34b28a434d7478' could not be found.
This assembly is not required for analysis, however, analysis results could be incomplete.
This assembly was referenced by: E:\CCAP_Demo\DotNet\MAH_CHARLIE_Print_Application\source\Print\bin\Debug\Word.dll.
</ExceptionMessage>
</Exception>