Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ The <xref:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Scope> proper
| - | - |
| `"member"` | Suppresses warnings against a member. |
| `"module"` | Suppresses warnings against an assembly. It is a global suppression that applies to the entire project. |
| `"namespace"` | This scope suppresses warnings against the namespace itself. It does not suppress warnings against types within the namespace. |
| `"namespace"` | This scope suppresses warnings against the namespace itself. It does not suppress warnings against types within the namespace or inner namespaces. |
| `"namespaceanddescendants"` | Suppresses warnings in a namespace and all its descendant symbols. This value is ignored by [legacy code analysis](/visualstudio/code-quality/static-code-analysis-for-managed-code-overview). |
| `"type"` | Suppresses warnings against a type. |

Expand Down
Loading