Tagged Questions
1
vote
2answers
2k views
TFS 2010 API - Iterating through list of changesets returned in QueryHistory is way too slow
Long story short. After profiling, this command takes 0,1% of the processing
var ChangesetList = TFSConnection.GetInstance().GetVersionControl().QueryHistory
(Path, VersionSpec.Latest,0, ...