提问人:Bob Horn 提问时间:8/18/2020 最后编辑:riQQBob Horn 更新时间:1/6/2022 访问量:235
FxCopAnalyzers 和 .editorconfig 文件是否应该同步?
Are FxCopAnalyzers and the .editorconfig file supposed to sync?
问:
当我将文件添加到我的项目时,它与项目的依赖项>分析器中显示的规则不匹配。.editorconfig
例如,我的文件有这个:.editorconfig
dotnet_diagnostic.CA2200.severity = error
然而,分析器显示了这一点:
他们应该同步吗?如果不是,文件的意义何在?当我编译时,似乎遵循了其中的规则。我应该如何使用该文件?这令人困惑。.editorconfig
Dependencies > Analyzers
.editorconfig
好吧,这太疯狂了。如果我更改文件中的严重性,编译器会尊重它并相应地显示错误。这种情况一直持续到我在依赖项>分析器中进行更改,然后 THAT 成为事实的来源,并且文件在这一点上变得毫无意义。.editorconfig
.editorconfig
看起来,如果我在“依赖项>分析器”中将规则的严重性设置为“默认”,则文件将再次接管。.editorconfig
答:
1赞
Bob Horn
8/19/2020
#1
我将 VS 从 16.3.8 更新到 16.7.2。现在是真理的源泉。我不能再改变项目的严重性(这很好)。.editorconfig
Dependencies > Analyzers
评论
CodeAnalysisRuleSet
.editorconfig
.editorconfig
Dependencies > Analyzers