We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6bd197 + b1879e1 commit 594025fCopy full SHA for 594025f
1 file changed
documentation/SA1310.md
@@ -36,6 +36,6 @@ To fix a violation of this rule, remove the underscore from the name of the fiel
36
```
37
38
```csharp
39
-#pragma warning disable //
40
-#pragma warning restore //
+#pragma warning disable SA1310 // FieldNamesMustNotContainUnderscore
+#pragma warning restore SA1310 // FieldNamesMustNotContainUnderscore
41
0 commit comments