是否可以在没有tfs服务器的情况下验证vs2010内部的自定义代码/架构规则?

发布于 2024-09-16 09:40:48 字数 140 浏览 4 评论 0原文

我们有TFS。我们很快就会转向 TFS,但我想知道是否可以根据未附加到 TFS 的策略检查代码。特别是,如果您可以在没有将 TFS 服务器连接到 VS 的情况下执行此操作。我希望策略已经支持 TFS,或者很容易迁移。

我们都用的是VS2010旗舰版。

We have TFS. We are moving to TFS soon, but I'd like to know if it's possible to check code against a policy that is not attached to TFS. Especially, if you can do so without having a TFS server attached to VS at all. I'd like to have the policy already TFS capable, or very easily migrated.

We are all on VS2010 ultimate.

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

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

发布评论

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

评论(2

毅然前行 2024-09-23 09:40:48

签入策略是 TFS 服务器执行的内容。没有其他办法可以做到这一点。

但是“支持 TFS”到底是什么意思呢? “仅”存在“必须有签入注释”或“必须有关联的工作项”类型的签入策略,因此存在对此你无能为力……

托马斯

Check-in policies is something that the TFS server executes. There's no other way to do it.

But what do you mean with "TFS capable" anyway? There are 'only' check-in policies of the kind 'There must be a check-in comment' or 'There must be an associated work item', so there is nothing you could prepare with respect to that...

Thomas

箹锭⒈辈孓 2024-09-23 09:40:48

自定义代码分析规则非常适合这里。

编写您自己的自定义规则

如何编写自定义静态代码分析规则并将其集成到 Visual Studio 2010 中 - 2010.03.26

自定义代码分析规则VS2010(以及如何让它们在 FxCop 中运行...
-2010.01.06

为 TFS 2008 代码分析签入策略编写自定义规则 -2009.03.17

因此代码分析/fxcop 规则现在已集成到 vs2010 中,而不必运行单独的应用程序,有一个支持构建服务器的命令行来转储构建过程/服务器的 xml 结果,并且规则可以轻松迁移/导入到 TFS 签入策略。

如何:将代码项目规则集与团队项目签入策略同步

Custom code analysis rules fit the bill here very well.

Writing your own custom rules

How to write custom static code analysis rules and integrate them into Visual Studio 2010 - 2010.03.26

Custom Code Analysis Rules in VS2010 (and how to make them run in FxCop ...
-2010.01.06

Writing custom rules for TFS 2008 Code Analysis check-in policy -2009.03.17

So code analysis/fxcop rules are now integrated into vs2010 instead of having to run a separate application, there is a build server capable command line to dump xml results for your build process/server, and the rules are easily migrated/imported to the TFS check-in policies.

How to: Synchronize Code Project Rule Sets with Team Project Check-in Policy

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