Modify CreationDate for TFS Changeset
问题 I'm currently creating a migration tool from one version control system to TFS and am using the Microsoft.TeamFoundation.Client assembly and have run into a problem. I am able to mimic the changes for each Changeset , but the CreationDate property is automatically generated by the CheckIn method as shown below: var changeSetId = workspace.CheckIn(pendingChanges, userName, comment, note, null, null); I am then able to load the Changeset object by ID that was returned by the CheckIn method: var