小编cer*_*zza的帖子

TFS API TestManagementService始终返回null

我正在尝试使用TFS API获取测试计划.

TfsTeamProjectCollection tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(new Uri("http://xxxxxxx:8080/tfs/DefaultCollection"));

var service = (ITestManagementService)tfs.GetService(typeof(ITestManagementService));
Run Code Online (Sandbox Code Playgroud)

变量"service"始终返回null.

你知道吗,为什么?

tfs tfs-sdk tfs2012

5
推荐指数
1
解决办法
1500
查看次数

我可以修改TFS 2012中的默认值机操作吗?

我想将变更集与工作项相关联,作为在TFS 2012中将其关联的默认设置.

尝试HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\**11.0**\TeamFoundation\SourceControl\Behavior @ResolveAsDefaultCheckinAction = "False"对"状态"为"活动"的任务没有用.当状态为"新","建议"等时,这是可以的......你有什么想法为所有州做这个吗?

tfs visual-studio-2012 tfs2012

5
推荐指数
1
解决办法
2786
查看次数

标签 统计

tfs ×2

tfs2012 ×2

tfs-sdk ×1

visual-studio-2012 ×1