gpt4 book ai didi

visual-studio - 代码分析 - CA1704 : Correct the spelling of 'Ps'

转载 作者:行者123 更新时间:2023-12-04 14:06:05 24 4
gpt4 key购买 nike

我从 VS2010 中的代码分析收到以下警告

CA1704 : Microsoft.Naming : Correct the spelling of 'Ps' in member name 'MyClass.PsCalculatedAmount' or remove it entirely if it represents any sort of Hungarian notation.



现在,在我的代码库中,“Ps”的意思是“每份”并且被大量使用,所以我想允许它作为一个可接受的词/首字母缩略词。

我尝试将它添加到我的 CustomDictionary.xml 下
<Words>
<Recognized>
<Word>ps</Word>
...
<Recognized>
<Words>

也试过了
<Acronyms>
<CasingExceptions>
<Acronym>Ps</Acronym>
...
<CasingExceptions>
<Acronyms>

但我仍然收到警告。

有什么我应该做的不同吗?

我注意到 FXCop 中存在与此相关的错误,现在已修复;
http://social.msdn.microsoft.com/Forums/en/vstscode/thread/54e8793c-e821-49b2-80db-ea1420acf1e6

我正在使用的 Visual Studio 版本 V10.0.30319 中是否仍然存在此错误?

最佳答案

它被拒绝,因为它在代码分析安装文件夹(通常是 %ProgramFiles%\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop)的“根”自定义词典中被标记为无法识别的单词。您需要将其从根词典未识别列表中删除,然后才能将其添加为项目特定词典中的已识别单词才会生效。

关于visual-studio - 代码分析 - CA1704 : Correct the spelling of 'Ps' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4803290/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com