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 02f1ee7 commit fa93aceCopy full SHA for fa93ace
docs/fundamentals/code-analysis/quality-rules/ca2022.md
@@ -37,7 +37,7 @@ To fix a violation, either check the return value (which is the total number of
37
The following code snippet shows a violation of CA2022 and the fix for the violation.
38
39
:::code language="csharp" source="snippets/csharp/all-rules/ca2022.cs" id="1":::
40
-:::code language="csharp" source="snippets/vb/all-rules/ca2022.vb" id="1":::
+:::code language="vb" source="snippets/vb/all-rules/ca2022.vb" id="1":::
41
42
## When to suppress warnings
43
0 commit comments