问题描述
我正在将Microsoft的在线Team Foundation Service与Visual Studio 2012 Premium一起使用.
I'm using Microsoft's online Team Foundation Service with Visual Studio 2012 Premium.
几个月前,我为一位同事进行了一次代码审查,现在同一项目又进行了一次代码审查.
I performed a code review for a colleague a couple of months ago, and now another code review has come through for the same project.
我希望能够查看我在第一次代码审查中所做的评论,以确保一切都已生效.但是,我无法在Visual Studio或TFS中找到向我展示以前的代码审阅注释的任何地方.
I want to be able to view the comments I made on the first code review to make sure everything has actioned. However, I can't find anywhere in Visual Studio or TFS that shows me the previous code review's comments.
推荐答案
好的,我已经通过反复试验找到了答案:
OK, I've found my answer by trial and error:
- 在Visual Studio 2012中打开团队资源管理器
- 在工作项下,单击新建查询"
- 运行查询以找到相关的代码检查项
- 在查询结果中,双击代码检查工作项
- 点击在团队资源管理器中打开代码审阅(左上方)
- 代码审查将在团队资源管理器"面板中打开
这篇关于如何查看Team Foundation Service中较早的代码审查的注释?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!