本文介绍了VS2015-缺少几个Team Foundation程序集-既不与VS捆绑在一起,也不作为NuGet包提供?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尊敬的女士或女士,

我们正在内部生产一套VS(当前为VS2013)扩展,这些扩展集成并使用了VS的TeamFoundation基础结构,尤其是&pb

we are having a set of VS (currently VS2013) Extensions in production in-house that integrate into and use VS's TeamFoundation infrastructure, more particularly the 

  • Microsoft.VisualStudio.TeamFoundation
  • Microsoft.VisualStudio.TeamFoundation.Client
  • 和Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
  • ,还有Microsoft. TeamFoundation.WorkItemTracking.Controls'.

.. assembly ..并利用" DocumentService "," IWorkItemControlHost "或" IWorkItemDocument "来处理VS的工作项文档,团队资源管理器和TFS集成查询文档等. 系统的GAC.

.. assemblies.. and utilizes i.e. the 'DocumentService', 'IWorkItemControlHost' or 'IWorkItemDocument' to work with VS's Work Item Documents, Team Explorer and TFS integration Query documents etc. These were previously in the system's GAC.

但是,这些程序集似乎尚未更新到2015年,我想知道它们是否仍然存在,如果存在的话...,如果没有,替换机制是什么,可能允许第三方扩展进行交互的程序集与TeamExplorer 和VS的查询,工作项等文档?

However, these assemblies appear to not have been updated to 2015 and I was wondering whether they do still exist, and if so where... and if not, what's the replacement mechanisms, assemblies that might allow 3rd party extensions to interact with the TeamExplorer and VS's Query-, Work Item etc documents?

程序集不随VS2015一起提供,VS2015 VSSDK NuGet包不提供这些组件,也不提供新的'Microsoft.TeamFoundationServer.ExtendedClient'NuGet包...所以现在还不清楚发生了什么,和/或在哪里找到它们.

The assemblies do not come with VS2015, the VS2015 VSSDK NuGet packages do not provide these assmblies nor does the new 'Microsoft.TeamFoundationServer.ExtendedClient' NuGet package... so right now it is a bit unclear what happened and/or where to find them.

谢谢

-JB

推荐答案

请检查以下站点并从NuGet安装Microsoft.TeamFoundationServer.ExtendedClient.它在我的visual studio 2015中获得了成功.
https://www.visualstudio.com/integrate/get-started/client-libraries/dotnet

Please check below site and install Microsoft.TeamFoundationServer.ExtendedClient from NuGet.  It installed success on my visual studio 2015.
https://www.visualstudio.com/integrate/get-started/client-libraries/dotnet

最好的问候,
王莉

Best Regards,
Li Wang


这篇关于VS2015-缺少几个Team Foundation程序集-既不与VS捆绑在一起,也不作为NuGet包提供?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 23:16