gpt4 book ai didi

resharper - 如何禁用限定符 'this.' 是 TeamCity 代码检查中的冗余规则?

转载 作者:行者123 更新时间:2023-12-01 03:57:10 24 4
gpt4 key购买 nike

我在编写代码时使用 Resharper 的 StyleCop 集成来为我提供风格一致的代码。我正在使用完整的标准规则集。

这导致 Resharper 定期提醒我

SA1101: Prefix local call with "this.": The call to XXX must begin with the 'this.' prefix to indicate that the item is a member of the class



一旦我完成了我的编辑并且让 Resharper 满意,我就会 checkin 并且 TeamCity 的代码检查将运行并告诉我
Redundancies in Code 
Redundant 'this.' qualifier (xxxx)
FileName.cs
22: Qualifier 'this.' is redundant
23: Qualifier 'this.' is redundant
33: Qualifier 'this.' is redundant
etc

我知道我总是可以在每个解决方案或每个开发人员全局文件中的每个项目中禁用 SA1101 错误,但理想情况下我更愿意保持标准并在代码检查中禁用此错误的检查。

知道怎么做吗?或者有什么替代的想法?

最佳答案

http://confluence.jetbrains.com/display/TCD7/Inspections+(.NET)#Inspections%28.NET%29-Additionaloptions有关将 TeamCity 检查运行程序指向备用 ReSharper 设置的说明。

您提供的设置文件应该禁用“冗余这个”。检查。如果您不确定如何执行此操作,请查看您的客户端 ReSharper 设置文件,该文件可能已将其禁用。

关于resharper - 如何禁用限定符 'this.' 是 TeamCity 代码检查中的冗余规则?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16333740/

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