...
| Code Block |
|---|
<rules>
<rule key="ElementMustBeginWithUpperCaseLetter">
<name><![CDATA[Element must begin with upper case letter]]></name>
<configKey><![CDATA[Microsoft.StyleCop.CSharp.NamingRules#ElementMustBeginWithUpperCaseLetter]]></configKey>
<category name="Usability" />
<description><![CDATA[Element must begin with upper case letter because ....]]></description>
</rule>
</rules>
|
| Note | ||
|---|---|---|
| ||
Extending Coding Rules using XPath ( |
...
since 2.0)New coding rules can be added using XPath. See the related documentation. To navigate the AST, download the SSLR CSharp Toolkit. |

