We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec185c commit bc0e8edCopy full SHA for bc0e8ed
docs/fundamentals/code-analysis/quality-rules/ca2265.md
@@ -35,7 +35,7 @@ Remove the redundant comparison or make the code more explicit by calling <xref:
35
36
The following code snippet shows two violations of CA2265 and the fix for the violations.
37
38
-:::code language="vb" source="snippets/vb/all-rules/ca2265.vb":::
+:::code language="csharp" source="snippets/csharp/all-rules/ca2265.cs" id="1":::
39
40
## When to suppress warnings
41
0 commit comments