gpt4 book ai didi

c# - 特定 namespace 上的 Stylecop SuppressMessage

转载 作者:太空宇宙 更新时间:2023-11-03 10:40:51 26 4
gpt4 key购买 nike

我在命名空间中收集了我的枚举。因此,我有一个 *.cs 文件,其中包含枚举,没有类。 Stylecop 提示,我想压制它,但只是为了这个文件/命名空间。不是全局性的,所以我不想关闭规则。

   [module:  System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1649:FileHeaderFileNameDocumentationMustMatchTypeName", Scope = "namespace", Target = "SoftwareProject.Enums", Justification = "Reviewed.")]
namespace SoftwareProject.Enums
{
// Enums here
}

我不能让这个 SuppressMessage 只在这个命名空间上工作。它在模块上工作,就像我只删除 Scope 和 Target 设置一样。

我错过了什么?

最佳答案

我找到了我的答案:

The SuppressMessage attribute also takes the following optional parameters. These parameters are completely ignored by StyleCop and do not need to be filled in for StyleCop suppressions.

Message Id

Scope

Target

来源:StyleCop 帮助文件。通过右键单击警告 -> 显示帮助找到。

关于c# - 特定 namespace 上的 Stylecop SuppressMessage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25421171/

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