Skip to content
Yustos edited this page Sep 20, 2018 · 6 revisions

This utility assists to code review with TFS pull requests.

First, you need to open a solution from git controller folder. Current TFS will be taken from .git/config file (remote "origin").

Author mode

There are active pull requests in TFS:

Pull request

You see PR list in Visual Studio:

Pull request list

Now you can double click on it and see threads list:

Pull request list

Columns are:

  • Thread comments count
  • Thread status
  • Is deleted thread
  • Title
  • Author

Double click will navigate source editor to thread place. Thread context menu give capabilities to set thread status, reply on it, etc:

Thread menu

Reviewer mode

In pull request list open context menu of relevant PR. You can view changes in pull request and diffs on files in it. Select source you want to discuss and press "Create thread" to start conversation about subject:

Thread create

Enter your question, then press ok. New PR thread will be created in TFS. You can continue to talk in Visual Studio or TFS:

Thread create

Clone this wiki locally