开发者

Split Stylecop rule SA1600

开发者 https://www.devze.com 2023-01-17 15:43 出处:网络
I like to split the SA1600 stylecop rule but how to do it? Right now it scans for undocumented classes, constructors, delegates, enums, events, fin开发者_如何学Calizers, indexers, interfaces, methods,

I like to split the SA1600 stylecop rule but how to do it? Right now it scans for undocumented classes, constructors, delegates, enums, events, fin开发者_如何学Calizers, indexers, interfaces, methods, properties, and structs. I like to disable the warnings of some of them.


I think the only way is to write your own set of rules based on rule SA1600. You can find the sources at project web site.

0

精彩评论

暂无评论...
验证码 换一张
取 消