I am running Microsoft Team Foundation Server 2010 and using it to create the .NET 4.0 Solution.
I have included private checks, and we run our tests as part of the assembly, so the server rejects any check that causes the tests to fail.
However, I want to do this even further and reject checks that contain more than a certain part of code duplication.
Is there a tool for TFS 2010 or perhaps an existing feature that I missed that would allow me to do this?
source
share