Are the controls needed to create Team Explorer extensions available via NuGet?

时间:2015-10-30 23:20:38

标签: tfs visual-studio-2015 visual-studio-extensions

As of the VS 2015 SDK, they seem to have switched to NuGet as the source of the SDK reference assemblies, in order to make extension solutions more portable (i.e. developers don't need the whole SDK installed to work on extensions). However, I'm attempting to build a Team Explorer extension, which, according to the only tutorial I could find on the subject, requires objects from the Microsoft.TeamFoundation.Controls assembly. Is there some version of this available from NuGet, so I can continue to avoid referencing the Reference Assemblies directly?

1 个答案:

答案 0 :(得分:0)

是的,有一个。您需要运行命令:安装包Microsoft.TeamFoundation.ReferenceAssemblies 。检查this

您也可以通过Package Manager安装它,请参阅: enter image description here

但是,如您所选,只有12.0版本,没有14.0版本可用。