【StyleCop】StyleCop规则汇总
所有规则的翻译(基于版本4.7.44.0):
文档规则
1、sa1600:elementsmustbedocumented元素必须添加注释
2、sa1601: partialelementsmustbedocumented partial修饰的成员必须添加注释
3、sa1602:enumerationitemsmustbedocumented 枚举必须添加注释
4、sa1603: documentationmustcontainvalidxml 注释必须合法(注释中的关键字不能有错误)
5、sa1604: elementdocumentationmusthavesummary 元素注释必须包含summary关键字
6、sa1605:partialelementdocumentationmusthavesummary partial修饰的成员注释必须包含summary关键字
7、sa1606:elementdocumentationmusthavesummarytext summary节点内部必须添加文本
8、sa1607:partialelementdocumentationmusthavesummarytext partial修饰的成员注释summary节点内部必须添加文本
9、sa1608:elementdocumentationmustnothavedefaultsummary summary注释不能使用编译器自带的注释文本
10、sa1609:propertydocumentationmusthavevalue 属性的注释中必须包含<value>节点
11、sa1610:propertydocumentationmusthavevaluetext 属性的注释<value>节点必须包含文本值
12、sa1611:elementparametersmustbedocumented 参数必须注释
13、sa1612:elementparameterdocumentationmustmatchelementparameters 参数的个数必须与注释里的个数一致
14、sa1613:elementparameterdocumentationmustdeclareparametername 参数的注释里必须有参数的名称
15、sa1614:elementparameterdocumentationmusthavetext 参数注释节点里不能空着
16、sa1615:elementreturnvaluemustbedocumented 返回值必须添加注释
17、sa1616:elementreturnvaluedocumentationmusthavetext 返回值注释的节点内必须有文本值
18、sa1617:voidreturnvaluemustnotbedocumented 空返回值一定不能有返回值注释
19、sa1618:generictypeparametersmustbedocumented 生成的类型(泛型)参数必须有注释
20、sa1619:generictypeparametersmustbedocumentedpartialclass sa1618情况如果有partial类存在都要有注释
21、sa1620:generictypeparameterdocumentationmustmatchtypeparameters 注释与泛型必须能匹配上
22、sa1621:generictypeparameterdocumentationmustdeclareparametername 泛型的注释必须包含泛型定义是的关键字(如’t’)
23、sa1622:generictypeparameterdocumentationmusthavetext 泛型的注释节点中必须包含文本值
24、sa1623:propertysummarydocumentationmustmatchaccessors 属性的注释必须与属性的读写权限匹配,private类型的属性不能出现在注释里
25、sa1624:propertysummarydocumentationmustomitsetaccessorwithrestrictedaccess 属性的注释里必须忽略protected关键字,当成public类型当注释
26、sa1625:elementdocumentationmustnotbecopiedandpasted 各个参数的注解不能完全相同(避免copy、post行为)
27、sa1626:singlelinecommentsmustnotusedocumentationstyleslashes 单行注释不能采取三个斜线的注释方式,斜线的个数必须是二的倍数
28、sa1627:documentationtextmustnotbeempty 注释节点内部不能为空(必须有文本值)
29、sa1628:documentationtextmustbeginwithacapitalletter 注释节点内部的文本必须以大写字母开头
30、sa1629:documentationtextmustendwithaperiod 注释节点内部的文本必须英文的句号结束
31、sa1630:documentationtextmustcontainwhitespace 注释节点内部的文本必须包含空格
32、sa1631:documentationmustmeetcharacterpercentage 注释节点内部的文本中不能包含过多的字符(举例:包含’---------------------------------------’是不允许的)
33、sa1632:documentationtextmustmeetminimumcharacterlength 已经作废的规则,不允许有太短的字符串(如’a name’ 中的a字母)
34、sa1633:filemusthaveheader 代码文件头部必须有说明,一般放置版权信息
35、sa1634:fileheadermustshowcopyright 代码文件头部注解中必须包含版权关键字
36、sa1635:fileheadermusthavecopyrighttext代码文件头部注解中必须包含版权信息内同
37、sa1636:fileheadercopyrighttextmustmatch 代码文件头部注解中版权信息必须与设置画面设置的内容相匹配,在”style seting”画面的” company information tab”进行设置
38、sa1637:fileheadermustcontainfilename 代码文件头部注解中必须包含文件名称
39、sa1638:fileheaderfilenamedocumentationmustmatchfilename 代码文件头部注解中必须包含文件名称必须与实际的名称匹配
40、sa1639:fileheadermusthavesummary 代码文件头部注解中必须包含summary节点
41、sa1640:fileheadermusthavevalidcompanytext 代码文件头部注解中版权信息必须含有合理的公司名字
42、sa1641:fileheadercompanynametextmustmatch 代码文件头部注解中的公司名字必须与设置画面设置的内容相匹配,在”style seting”画面的” company information tab”进行设置
43、sa1642:constructorsummarydocumentationmustbeginwithstandardtext 构造函数注释标准:“initializes a new instance of the <see cref="customer{t}"/> class.”
44、sa1643:destructorsummarydocumentationmustbeginwithstandardtext 析构函数注释标准:“finalizes an instance of the <see cref="customer"/> class.”
45、sa1644:documentationheadersmustnotcontainblanklines 注释中不能出现空白行
46、sa1645:includeddocumentationfiledoesnotexist 如果注释中包含文件,要确定这个文件存在,举例:“ /// <include file="includeddocumentation.xml" path="root/enabledmethoddocs" />” 这一项过于复杂不建议用,但是如果将来想规范化相同共性东西的注释的时候倒是可以考虑引入。
47、sa1646:includeddocumentationxpathdoesnotexist 如果注释中包含文件,路径不存在。
48、sa1647:includenodedoesnotcontainvalidfileandpath 如果注释中包含文件 文件与路径都要合法
49、sa1648:inheritdocmustbeusedwithinheritingclass 这项不明白是什么意思,还请知道的分享给我,谢谢。
50、sa1649:fileheaderfilenamedocumentationmustmatchtypename 文件头注释必须匹配类型
51、sa1650:elementdocumentationmustbespelledcorrectly 注释不能有拼写错误(对中文支持不好,不建议使用该项)
布局规则
1、 sa1500:curlybracketsformultilinestatementsmustnotshareline 花括号不能再同一行。
标准格式: public strsvrrfun()
{
}
2、sa1501:statementmustnotbeonasingleline 语句不能共享一行
3、sa1502:elementmustnotbeonasingleline 语句不能共享一行
4、sa1503:curlybracketsmustnotbeomitted 花括弧即使在单行代码的情况下也不能省略。
5、sa1504:allaccessorsmustbesinglelineormultiline 读写属性,要么在同一行业要么在分多行写,不可规则不统一(个人建议分多行写)。
6、sa1505:openingcurlybracketsmustnotbefollowedbyblankline 开始的花括弧后面不能有空白行
7、sa1506:elementdocumentationheadersmustnotbefollowedbyblankline 元素头部注释跟元素之间不能有空白行
8、sa1507:codemustnotcontainmultipleblanklinesinarow 不允许有多行空白行紧挨着(个人建议写一个空白行即可)
9、sa1508:closingcurlybracketsmustnotbeprecededbyblankline 结尾的花括弧不能再一个空白行之前
10、sa1509:openingcurlybracketsmustnotbeprecededbyblankline 开始的花括弧不能再一个空白行之前
11、sa1510:chainedstatementblocksmustnotbeprecededbyblankline 相连的语句之间不能有空白行,如try语句与catch语句之间不能有空白行
12、sa1511:whiledofootermustnotbeprecededbyblankline 与sa1510相同,do语句与while语句之间不能有空白行
13、sa1512:singlelinecommentsmustnotbefollowedbyblankline 单行注释不能后跟空白行
14、sa1513:closingcurlybracketmustbefollowedbyblankline 结束花括弧之后必须有一个空白行
15、sa1514:elementdocumentationheadermustbeprecededbyblankline 头部注解之前必须有一个空白行
16、sa1515:singlelinecommentmustbeprecededbyblankline 单行注释之前要有一个空白行,还一种方法是不加空白行而用四个斜线注释”////”,建议采取第一种方法
17、sa1516:elementsmustbeseparatedbyblankline 邻近的元素之间要有一个空白行
18、sa1517:codemustnotcontainblanklinesatstartoffile 代码文件头部字符之前不能出现空白行
19、sa1518:codemustnotcontainblanklinesatendoffile代码文件尾部字符之后不能出现空白行
可维护规则
1、 sa1119:statementmustnotuseunnecessaryparenthesis 语句中不可以出现多余的括弧,无意义的括弧增加了代码的可读性
2、 sa1400:accessmodifiermustbedeclared 必须定义访问修饰符
3、 sa1401:fieldsmustbeprivate 字段必须定义为私有的
4、 sa1402:filemayonlycontainasingleclass 一个cs文件里只定义一个类
5、 sa1403:filemayonlycontainasinglenamespace 一个cs文件只包含一个命名空间
6、 sa1404:codeanalysissuppressionmusthavejustification suppression特性(取消报告特定的静态分析工具规则冲突,允许一个代码项目上应用多个取消报告设置)必须要有合理理由
7、 sa1405:debugassertmustprovidemessagetext 参见代码:“debug.assert(value != true, "the value must always be true.");”
8、 sa1406:debugfailmustprovidemessagetext 参见代码:“debug.fail("the code should never reach this point.");”
9、 sa1407:arithmeticexpressionsmustdeclareprecedence 算数表达式必须用明确的标明其优先级(此条与sa1119冲突)
10、 sa1408:conditionalexpressionsmustdeclareprecedence 条件表达式必须明确的标明其优先级(此条与sa1119冲突) 举例:“if (x || (y && z && a) || b)”
11、 sa1409:removeunnecessarycode 移除无用的代码
12、 sa1410:removedelegateparenthesiswhenpossible 调用一个c#匿名方法不包含任何方法参数,必须要包括一个空括号(本人不建议使用匿名方法、匿名委托的语法,具体原因后续做分享)
13、 sa1411:attributeconstructormustnotuseunnecessaryparenthesis 特性构造函数如果是空参的形式,不要包括那个空括号
命名规则
1、 sa1300:elementmustbeginwithuppercaseletter 首字母必须大写(个人理解应该是字段以外的东西)
2、 sa1301: elementmustbeginwithlowercaseletter 不会出现的情况
3、 sa1302:interfacenamesmustbeginwithi 接口必须以“i”字母开头
4、 sa1303:constfieldnamesmustbeginwithuppercaseletter const常量首字母大写
5、 sa1304:nonprivatereadonlyfieldsmustbeginwithuppercaseletter 非私有非制度的字段必须首字母大写
6、 sa1305:fieldnamesmustnotusehungariannotation 除了列表外的字符不可以出现匈牙利命名规则,在”style setting”里的” hungarian”tab里设置
7、 sa1306:fieldnamesmustbeginwithlowercaseletter 字段名必须首字母小写
8、 sa1307:accessiblefieldsmustbeginwithuppercaseletter public或者internal字段首字母大写
9、 sa1308:variablenamesmustnotbeprefixed 变量名不能有前缀
10、 sa1309:fieldnamesmustnotbeginwithunderscore 字段名不能以下滑线开头
11、 sa1310:fieldnamesmustnotcontainunderscore 字段名不能包括下滑线
12、 sa1311:staticreadonlyfieldsmustbeginwithuppercaseletter static与readonly字段首字母大写
排序规则
1、sa1200:usingdirectivesmustbeplacedwithinnamespace using部分必须在namespace内部(个人不建议用这个规则)
2、sa1201:elementsmustappearinthecorrectorder 所有的元素必须出现在正确的位置上(个人不建议使用该规则,用region把一个类文件里的元素分好组即可,字段、属性、对外公布的接口、私有方法等组)
3、sa1202:elementsmustbeorderedbyaccess 元素的修饰符有一个固定的顺序(个人不建议使用该规则,用region把一个类文件里的元素分好组即可,字段、属性、对外公布的接口、私有方法等组)
4、sa1203:constantsmustappearbeforefields 常量字段摆放在其它字段之上
5、sa1204:staticelementsmustappearbeforeinstanceelements static 元素摆放在前面
6、sa1205:partialelementsmustdeclareaccess partial修饰的元素必须声明读写权限
7、sa1206:declarationkeywordsmustfolloworder 举例:
keywords must appear in the following order:
access modifiers
static
all other keywords
8、sa1207:protectedmustcomebeforeinternal protected在internal之前
9、sa1208:systemusingdirectivesmustbeplacedbeforeotherusingdirectives 系统级的引用在其他引用之前(格式化代码就会自动按照这个规则编排using部分)
10、sa1209:usingaliasdirectivesmustbeplacedafterotherusingdirectives using部分起别名的在最后排布
11、sa1210:usingdirectivesmustbeorderedalphabeticallybynamespace using部分按照字母顺序编排
12、sa1211:usingaliasdirectivesmustbeorderedalphabeticallybyaliasname 别名的按照别名的字母编排
13、sa1212:propertyaccessorsmustfolloworder 属性按照先get在set
14、sa1213:eventaccessorsmustfolloworder 时间先remove在add
15、sa1214:staticreadonlyelementsmustappearbeforestaticnonreadonlyelements staticreadonly元素在staticnonreadonly元素之前
16、sa1215:instancereadonlyelementsmustappearbeforeinstancenonreadonlyelements
一个readonly 实例元素要在一个非readonly 实例元素
可读性规则
1、 sa1100:donotprefixcallswithbaseunlesslocalimplementationexists
change the ‘base.’ prefix to ‘this.’.
2、 sa1101:prefixlocalcallswiththis ‘this.’前缀不能省略
3、 sa1102:queryclausemustfollowpreviousclause linq语句要么同一行,要么关键字分布在多行,关键字对齐
4、 sa1103:queryclausesmustbeonseparatelinesorallononeline 不是很理解
5、 sa1104:queryclausemustbeginonnewlinewhenpreviousclausespansmultiplelines不是很理解
6、 sa1105:queryclausesspanningmultiplelinesmustbeginonownline不是很理解
7、 sa1106:codemustnotcontainemptystatements 不允许有空白的声明
8、 sa1107:codemustnotcontainmultiplestatementsononeline 同一行里不允许出现多个声明语句
9、 sa1108:blockstatementsmustnotcontainembeddedcomments 非法用例:
if (x != y)
// make sure x does not equal y
{
}
10、 sa1109:blockstatementsmustnotcontainembeddedregions 非法用例:
if (x != y)
#region
{
}
#endregion
11、 sa1110:openingparenthesismustbeondeclarationline 方法开始的括弧要在声明的那一行
12、 sa1111:closingparenthesismustbeonlineoflastparameter 方法结束括弧与最后一个参数同行
13、 sa1112:closingparenthesismustbeonlineofopeningparenthesis 如果是空参的情况,开始于结束括弧在同一行
14、 sa1113:commamustbeonsamelineaspreviousparameter 逗号必须与前一个参数同行
15、 sa1114:parameterlistmustfollowdeclaration
确保参数列表与开始括号同行,或者另起一行 参数整体要在同一行
16、 sa1115:parametermustfollowcomma 参数与参数之间不能隔空白行
17、 sa1116:splitparametersmuststartonlineafterdeclaration 所有参数在同一行或者如下示例:
public string joinname(
string first,
string last)
18、sa1117:parametersmustbeonsamelineorseparatelines 同上
19、sa1118:parametermustnotspanmultiplelines 实际调用是参数要在同一行
20、sa1120:commentsmustcontaintext 注释必须节点内部必须有文本
21、sa1121:usebuiltintypealias 使用内嵌的类型别名,如下图:
type alias | type | fully qualified type |
bool | boolean | system.boolean |
byte | byte | system.byte |
char | char | system.char |
decimal | decimal | system.decimal |
double | double | system.double |
short | int16 | system.int16 |
int | int32 | system.int32 |
long | int64 | system.int64 |
object | object | system.object |
sbyte | sbyte | system.sbyte |
float | single | system.single |
string | string | system.string |
ushort | uint16 | system.uint16 |
uint | uint32 | system.uint32 |
ulong | uint64 | system.uint64 |
22、sa1122:usestringemptyforemptystrings
示例代码:“string s = string.empty;”不能写成” string s = ""; ”
23、sa1123:donotplaceregionswithinelements 不使用region(个人较反对这条,个人倾向于用region规整类里的元素)
24、sa1124:donotuseregions 不使用region(个人较反对这条,个人倾向于用region规整类里的元素)
25、sa1125:useshorthandfornullabletypes 使用简写版的可空类型 如”int?”
26、sa1126:prefixcallscorrectly 调用类成员的时候要带上“this”前缀
拼写规则
1、 sa1000:keywordsmustbespacedcorrectly 关键字不能拼写错误
2、 sa1001:commasmustbespacedcorrectly 逗号前面摆放一个空格
3、 sa1002:semicolonsmustbespacedcorrectly 分号前面摆放一个空格
4、 sa1003:symbolsmustbespacedcorrectly 操作符与元素之间不加空格
5、 sa1004:documentationlinesmustbeginwithsinglespace “///”注释的每一行以一个空格开头
6、 sa1005:singlelinecommentsmustbeginwithsinglespace 单行注释以一个空格开头
7、 sa1006:preprocessorkeywordsmustnotbeprecededbyspace 预处理关键字内部不允许出现空格 如“# if debug”是不允许的
8、 sa1007:operatorkeywordmustbefollowedbyspace 操作必须要在一个空格之后
9、 sa1008:openingparenthesismustbespacedcorrectly 开始括弧放置合理的空格
10、 sa1009:closingparenthesismustbespacedcorrectly 结尾括弧放置合理的空格
11、 sa1010:openingsquarebracketsmustbespacedcorrectly 开始方括号放置合理的空格
12、 sa1011:closingsquarebracketsmustbespacedcorrectly 结束方括号放置合理的空格
13、 sa1012:openingcurlybracketsmustbespacedcorrectly 开始花括号放置合理的空格
14、 sa1013:closingcurlybracketsmustbespacedcorrectly 结束花括号放置合理的空格
15、 sa1014:openinggenericbracketsmustbespacedcorrectly 同上
16、 sa1015:closinggenericbracketsmustbespacedcorrectly 同上
17、 sa1016:openingattributebracketsmustbespacedcorrectly 特性开始括号同上
18、 sa1017:closingattributebracketsmustbespacedcorrectly 特性结尾括号同上
19、 sa1018:nullabletypesymbolsmustnotbeprecededbyspace 空类型前不放置空格
20、 sa1019:memberaccesssymbolsmustbespacedcorrectly 成员访问关键字前后有空格
21、 sa1020:incrementdecrementsymbolsmustbespacedcorrectly 自增、自减关键字要有空格
22、 sa1021:negativesignsmustbespacedcorrectly 负号要有空格
23、 sa1022:positivesignsmustbespacedcorrectly 正号要有空格
24、 sa1023:dereferenceandaccessofmustbespacedcorrectly
25、 sa1024:colonsmustbespacedcorrectly 冒号运算符要有空格
26、 sa1025:codemustnotcontainmultiplewhitespaceinarow 同一行不允许出现多个空格
27、 sa1026:codemustnotcontainspaceafternewkeywordinimplicitlytypedarrayallocation new关键字之后不允许出现空格
28、 sa1027:tabsmustnotbeused 不用tab字符(个人不建议采用这条)
==================================================
针对布局再补充一下,因刚刚做了一下,发现比较繁琐,这里提出来。
1.所有静态字段必须放到类的最前面.
2.再来是非静态字段(字段肯定是private的哈).
3.后面跟构造函数.
4.枚举.
5.静态属性.
6.非静态属性.
7.静态public方法
8.非静态public方法
9.静态protected方法
10.非静态protected方法
11.静态private方法
12.非静态private方法
上一篇: premiere时间轴素材怎么前后对调?
下一篇: 网络推广的50种方法 一般人我不告诉他