SonarLint KeyNotFoundException



我在使用 Sonar 分析 C 尖锐代码库时看到一个奇怪的错误。

14:

59:19.350 信息 - SonarLint for Visual Studio 版本 1.3.0.0 14:59:20.154 错误 - 14:59:20.337 错误 - 未处理的异常:System.Collections.Generic.KeyNotFound异常:给定的键不是 存在于字典中。 14:59:20.338 错误 - at System.Collections.Immutable.ImmutableDictionary'2.get_Item(TKey key) 14:59:20.340 错误 - at SonarLint.Runner.Configuration.AddAnalyzerCommentRegularExpression(Builder 建造者) 14:59:20.341 错误 - at SonarLint.Runner.Configuration.Analyzers() 14:59:20.341 错误 - at SonarLint.Runner.Program.Main(String[] args)

谁能帮我确定 exception 指的是什么键?

我正在使用的 Sonar 服务器在许多团队之间共享,因此更新插件可能会有问题。

我找不到一个名为 SonarLint.xml 的文件,我在我正在分析的项目目录中的 .sonar/中找到了对 S124 的引用.xml在名为 analysis-input 的文件中。

<Rule>
  <Key>S124</Key>
  <Parameters>
    <Parameter>
      <Key>RuleKey</Key>
      <Value>ToDo</Value>
    </Parameter>
  </Parameters>
</Rule>

相关内容

  • 没有找到相关文章

最新更新