有人根据 IDesign 编码标准定制过 StyleCop 规则吗?

发布于 2024-08-31 01:55:35 字数 41 浏览 3 评论 0原文

有人根据 IDesign 编码标准定制过 StyleCop 规则吗?

Has Anyone Customized StyleCop rules based on the IDesign Coding Standard?

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

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

发布评论

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

评论(1

嘿哥们儿 2024-09-07 01:55:35

您可能想尝试代码风格强制器。它根据 iDesign 标准管理规则。

我认为您可以为开发时完成的任何代码分析设置签入策略。如果您转到团队资源管理器 ->项目名称->右键点击设置->在源代码管理中,您将看到“签入策略”选项卡,您可以在其中添加代码分析策略。您可以在此处添加已签入 TFS 的规则集。我认为如果您按照页面上的说明安装了 Code Style Enforcer 规则,您应该能够访问它们:

全局配置器

  1. 在开始菜单中,选择“Code Style Enforcer”和“Configurator” 。
  2. 选择全局规则所在的位置,例如源代码管理下的共享文件夹,因为在 Visual Studio 中选择“使用全局规则”时,规则将从此处链接到解决方案。
  3. 配置对您的解决方案最常见的全局规则

you might want to try Code Style Enforcer. It manages rules based off the iDesign standard.

I think you can set a check in policy for any code analysis that's done at dev time. If you go to Team Explorer -> Project name -> Right click on Settings -> Source Control you’ll see a Check-in Policy tab where you can add a Code Analysis policy. There you can add a rule set that has been checked into TFS. I think you should be able to access the Code Style Enforcer rules if you've installed them per the instructions on the page:

Global Configurator

  1. In the start menu, select "Code Style Enforcer" and "Configurator".
  2. Select where the global rules are to be located, e.g. a shared folder under source control, since the rules will be linked to a solution from here when selecting "Use Global Rules" in Visual Studio.
  3. Configure the global rules that are most common for your solutions
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文