在使用 Sonar 分析 C-sharp 代码库时,我看到一个奇怪的错误。
14:59:19.350 信息 - Visual Studio 版本 1.3.0.0 的 SonarLint 14:59:20.154 错误 - 14:59:20.337 错误 - 未处理的异常:System.Collections.Generic.KeyNotFoundException:字典中不存在给定的键。14:59:20.338 错误 - 在 System.Collections.Immutable.ImmutableDictionary`2.get_Item(TKey key) 14:59:20.340 错误 - 在 SonarLint.Runner.Configuration.AddAnalyzerCommentRegularExpression(Builder builder) 14:59:20.341 错误 - 在SonarLint.Runner.Configuration.Analyzers() 14:59:20.341 错误 - 在 SonarLint.Runner.Program.Main(String[] args)
谁能帮我确定异常指的是什么键?