Questions tagged [tfs-code-review]

The TFS Code Review tools in Visual Studio 2012 and later are used to get reviews from peers within TFS projects. Use with the [tfs] tag

Microsoft page on the code review feature

For the first time, Visual Studio 2012 includes a Code Review process out of the box by leveraging the Team Foundation Server Work Item Tracking system along with the use of shelvesets. All the information is easily accessible through the redesigned Team Explorer window and Team Foundation Server Web Access. This allows code reviewers to compare code files, annotate them, and send comments back to the requester.

80 questions
0
votes
0 answers

TFS 2015 Code review feature - can't select reviewers

I'm using TFS 2015 with VS 2015 on a UWP project. On the team explorer, I can't select reviewers. Does anyone know how to solve this issue? NOTE: I have attached a screenshot for reference and you can see the textbox's placeholder text is not…
SurenSaluka
  • 1,534
  • 3
  • 18
  • 36
0
votes
1 answer

TFS Code Review from an SVN Bridge?

Yes, the title is correct. Is there a way to code review a project that exists in TFS (Microsoft's Team Foundation Server) from a user's computer that is connected to that TFS repository via an SVN Bridge? (related: an SVN Bridge is a tool that…
eduncan911
  • 17,165
  • 13
  • 68
  • 104
0
votes
1 answer

Code review process between two different TFS Server in VS2013

Now we have 2 TFS servers, one is for code and one is for work item tracking. Now we are trying to enhance our process to the code review using the TFS code review work flow in VS2013. Since the work item tfs and code tfs is not exactly the same one…
Naico
  • 3
  • 2
0
votes
1 answer

Exclude abandoned Code Review Response from My Work query

If a TFS Code Review was closed by the requester before the requestee(s) have a chance to respond, the Code Review Response item seems to be stuck in State=Requested, Assigned To = @Requestee. If we have a work item query that is showing all work in…
Collin Barrett
  • 2,441
  • 5
  • 32
  • 53
0
votes
1 answer

Code Review Reports in TFS, Closing Comments vs. Over all Comments

I'm writing a query in TFS that collect all the code reviews conducted in one project, I want to gather comments that have been added. In the field selections I can't find other that "closing comments", while in the code review itself it called…
Mindan
  • 979
  • 6
  • 17
  • 37
0
votes
1 answer

TFS not honoring /author argument with gated build

We'd like to have a process like the following: User submits code review with shelveset of changes they want to be in master branch. If code passes review, select group of users can pull down the shelveset, and merge the changes into master using…
Ocelot20
  • 10,510
  • 11
  • 55
  • 96
0
votes
1 answer

Get Overall File Differences for WorkItems in TFS

Background In our team we have peer code reviews. We review Work Items, that have any number of changesets associated with them. Particularly when working on new code, we have a lot of instances where a changeset (#1) alters a file. Then later,…
Jonesopolis
  • 25,034
  • 12
  • 68
  • 112
0
votes
1 answer

How to link TFS 2015 Changeset to Code Review in a SQL SELECT

Using either the Tfs_Warehouse.dbo.DimWorkItem (with System_WorkItemType = 'Code Review Request') and Tfs_Warehouse.dbo.DimChangeset tables, or the .CodeReview.tbl* and .dbo.tbl_ChangeSet tables, or some combination of those, what joins do I need…
Mark Freeman
  • 1,155
  • 3
  • 24
  • 42
0
votes
1 answer

How to see VS 2015 CodeLens "code reviews" indicator?

I am unable to see the code review indicator on CodeLens after performing a code review. I did receive a code review request, added comments (both file and in-line) and submitted (closed) it back. I was expecting to see a CodeLens indicator on the…
Techromancer
  • 431
  • 4
  • 15
0
votes
1 answer

Automate and simplify the check-in after code review completion in TFS

I would like to automate the code review process to check in easily in Team Foundation Server. It is possible to add code review in the check-in policy, but the problem is that it creates a lot of back and forth, even if the code review is okay and…
Léo Davesne
  • 2,103
  • 1
  • 21
  • 24
0
votes
1 answer

How to check out changes from a code review in TFS

In TFS, when someone requests a code review from me, is there a way to check out all the changes in that code review request to my local working repository?
Chin
  • 19,717
  • 37
  • 107
  • 164
0
votes
1 answer

Executing code from code review request without affecting my workspace in visual studio

I see there is an option to execute code from code review request without affecting my workspace using visual studio. reference: http://www.visualstudio.com/en-us/explore/team-collaboration-vs.aspx But, i dont find information on how to do it? any…
Alagesan Palani
  • 1,984
  • 4
  • 28
  • 53
0
votes
2 answers

Code Review in Visual Studio 2012, with TFS 2010

Is it possible to enable Code Review in VS2012 with a TFS2010 server? Our should we upgrade our TFS server to TFS2012 before its possible?
pajzo
  • 202
  • 3
  • 12
0
votes
1 answer

Visual Studio 2012 - Code Review - Remove diagonal slashes from unmatched lines

My team has recently converted to Visual Studio 2012 and is using the Code Review work items. When reviewing a new file, or one with substantial changes, the slashes or hashing shown for the unmatched lines causes my eyes to cross and lose focus…
psaxton
  • 1,693
  • 19
  • 24
0
votes
3 answers

TFS and VS2010: Approve edits to particular project

Our team's project solution has several individual projects associated with it, one of which is designed to serve as an underlying framework for our application layer -- call it "FrameworkProject". Only in rare cases should the code for this project…
Matt
  • 23,363
  • 39
  • 111
  • 152