[Flags()] public enum SuppressMessageScope : System.Enum
[Flags()] public enum SuppressMessageScope : System.Enum
Member | Description |
---|---|
Event | Scope Event doesn't have corresponding standard scope string but is part of the scope Member. |
Field | Scope Field, use the string "Field" in the SuppressMessageAttribute.Scope. |
Member | Scope Member, use the string "member" in the SuppressMessageAttribute.Scope. |
Method | Scope Method, use the string "method" in the SuppressMessageAttribute.Scope. |
Module | Scope Module (which means assembly wide), use the string "module" in the SuppressMessageAttribute.Scope. |
Namespace | Scope Namespace, use the string "namespace" in the SuppressMessageAttribute.Scope. |
Property | Scope Property doesn't have corresponding standard scope string but is part of the scope Member. |
ThisOnly | Scope this-only means that corresponding issues are suppressed only for the ISuppressMessage.CodeElement, and not for any of its child code element. |
Type | Scope Type, use the string "type" in the SuppressMessageAttribute.Scope. |
System.Object
System.ValueType
System.Enum
NDepend.Issue.SuppressMessageScope
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed