The rejection of the code, if I remember correctly, is the sum of the rows added, deleted and changed. Unfortunately, sometimes TFS incorrectly calculates the outflow and does not see specific line changes, but instead considers it to be removal and re-adding of code. I saw how this happened with the encoding changes in TFS 2008, where one of our developers turned on another encoding when installing Visual Studio.
Even when they are correct, use critical eye selection numbers. Your best developers are not the ones who produce the best code β they are the ones who test the best code (which in many cases is the smallest code).
source
share