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
1
vote
1 answer

Code comments not cross platform

In visual studio, I can do a code review for someone and add comments to their code... In their instance of visual studio they can see those comments. All good so far. But if you go to Team Foundation Server (TFS) Online, you can't see those…
Nicros
  • 5,031
  • 12
  • 57
  • 101
1
vote
0 answers

VS 2013 opens the diff window when a code review item is marked as done

My team uses TFS 2013/Visual Studio 2013 to do code reviews. It all works fine but there is a really annoying thing which VS does that I can't seem to turn off. If I submit a review and it comes back with suggested changes, I go through and make…
Chris Tybur
  • 1,612
  • 2
  • 23
  • 38
1
vote
1 answer

Is there a setting through which a code review request can be sent to a group directly?

I have just started using TFS code review plugin and it looks good. I wanted to know if there is any such setting through which a code review request can be sent to a group directly { not adding each member manually } Prior to that would be another…
ayush
  • 14,350
  • 11
  • 53
  • 100
1
vote
2 answers

How can I give access to source code in TFS to for the purpose of a code review, without giving access to download the code?

I am new to Microsoft Team Foundation Server, and I've had a request to give a 3rd party access to a project's source code for short amount of time for review. The idea is to enable access for only a couple of days. Is there a way to do this…
John N
  • 51
  • 5
0
votes
0 answers

Code Review does not compare with newest version

When using Visual Studio + TFS for Code Reviews, for some reason it does not compare to the right state of code. It compares to some old release (or branche?). Even tho, when using the TFS browser alternativ to check the Code changes, it shows the…
Giga
  • 37
  • 8
0
votes
1 answer

How to manage comments on a large TFS shelvset used for code review?

I am reviewing a large shelveset from another developer in TFS web view, TFS server Version 15.117.26714.0. There are a large number of changes over a large number of files. I have been making comments on specific lines of code and using @ mentions…
StephenL
  • 43
  • 5
0
votes
1 answer

Azure DevOps Code Review email does not list files that are to be reviewed

When I get a code review from another person, sometimes the code review states the project name and list the files that are contained in the review. More often than not, it just says none. (please see red box in the image below) Unless the person…
TRock
  • 169
  • 1
  • 13
0
votes
2 answers

How do I get the code reviewer(s) of a build in Azure DevOps pipeline?

Given a build id, how do I get the code reviewer(s) name in azure DevOps pipeline? Assume, the build was off of a master branch - which devs merge their feature branch after code has been reviewed in a pull request. This is the policy and no one…
0
votes
0 answers

TFS - require tests to complete PR

Our bugfix process (as - I guess - most of them) requires doing code review and manual verification by tester before completing pull request. We use TFS with git as VCS. Is there a way to disallow completing PR before a manual tester approves the…
Spook
  • 25,318
  • 18
  • 90
  • 167
0
votes
1 answer

How do I close a code review with changeset that has been depricated?

I use Visual Studio 2017, tfs 2017. I sent a code review on a changeset few months back and forgot to close it. The branch has now been depricated, and so the changeset is gone. My review now looks like this with no visible/usual way to…
Anu7
  • 77
  • 1
  • 17
0
votes
1 answer

how to pull code review reports from TFSGIT

I am trying to pull code review reports from the TFSGIT/VSTS, but I don't see anything out of the box. The 3rd part code review tools like "ReviewAssistant" works great but they are not integrated with the Pull Request. It decouples code review to…
bomaboom
  • 190
  • 1
  • 14
0
votes
2 answers

How to do code review with TFS 2015 in Powerbuilder 12.6?

I am analyzing TFS to review code for a project built in Powerbuilder. Below is how things are set up: We connect to TFS repository from Powerbuilder using MSSCCI plugin. fyi, Powerbuilder bundles the objects and stores in pbl file(powerbuilder…
0
votes
1 answer

How can you abandon TFS code reviews in bulk?

We moved to using Git and PRs... then we moved to Azure DevOps from on-premise TFS. Our developers still have a number of old, irrelevant code reviews in their Assigned to me section. I tried following the directions here How can you cancel a Code…
Bennett Elder
  • 118
  • 1
  • 8
0
votes
1 answer

TFS how to exclude DLLs and code comments/white spaces from Code Review

In my team we are using TFS for code review. Unfortunately the UI in VS Team Explorer and the Team Foundation Web interface are pretty ugly and unfriendly, e.g. dlls packages need to be collapsed one by one and that makes Code Reviews tedious as you…
ab_732
  • 3,639
  • 6
  • 45
  • 61
0
votes
1 answer

TFS Code review: Can we restrict a code review to be closed by the reviewer

We use TFS for code review. Now the user who creates only can close the review. We need a process where the reviewer only can close the review. Once the review is created, the reviewer and the developer should be able to communicate back and forth…