我正在尝试使用TFS API获取测试计划.
TfsTeamProjectCollection tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(new Uri("http://xxxxxxx:8080/tfs/DefaultCollection"));
var service = (ITestManagementService)tfs.GetService(typeof(ITestManagementService));
变量"service"始终返回null.
你知道吗,为什么?
我想将变更集与工作项相关联,作为在TFS 2012中将其关联的默认设置.
尝试HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\**11.0**\TeamFoundation\SourceControl\Behavior @ResolveAsDefaultCheckinAction = "False"对"状态"为"活动"的任务没有用.当状态为"新","建议"等时,这是可以的......你有什么想法为所有州做这个吗?