如何为 resharper 注释所有公共方法/类/属性等设置规则样式警察

发布于 2024-11-17 20:31:35 字数 57 浏览 4 评论 0原文

我需要有规则来评论所有公共方法/类/属性等。 我找不到适合我的要求的任何标准规则。 我该怎么做呢?

I need to have rule for comment all public methods/classes/properties etc.
I can`t found any standard rule for my requirements.
How can I do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野味少女 2024-11-24 20:31:35

StyleCop 可以部分满足您通过规则 SA1600 到 SA1608(元素文档)所追求的要求,但它们不是基于可访问性,因此它也适用于您的所有私有方法/类/属性。您可以沿着这条路径记录所有内容,否则您需要编写自定义 StyleCop 规则: http://scottwhite.blogspot.com/2008/11/creating-custom-stylecop-rules-in-c.html

StyleCop can partially meet what you're after by rules SA1600 to SA1608 (Element Documentation), but they're not based on accessibility so it applies to all your private methods/classes/properties as well. You can either go down this path and document everything otherwise you'll need to write a custom StyleCop rule: http://scottwhite.blogspot.com/2008/11/creating-custom-stylecop-rules-in-c.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文