Add underscore warnings

This commit is contained in:
James Jackson-South
2020-11-23 12:37:05 +00:00
parent 706c5a89fd
commit 2d2748a7d3
2 changed files with 19 additions and 8 deletions

View File

@@ -17,6 +17,9 @@
<!--Field names must not begin with underscore-->
<Rule Id="SA1309" Action="None" />
<!--Static readonly fields must begin with upper case letter-->
<Rule Id="SA1311" Action="None" />
<!--A C# code file contains more than one unique type.-->
<Rule Id="SA1402" Action="None" />