Where can I get TFS SDK?

大憨熊 提交于 2019-12-13 14:09:37

问题


I use VS2013.

I'm finding Microsoft.TeamFoundation.Git.Client.dll and The GitHttpClient resides in Microsoft.TeamFoundation.SourceControl.WebApi.dll . I can not find them from GAC.

I think that they may be in TFS SDK. But I can only find "Microsoft Visual Studio Team Foundation Server 2012 Software Development Kit for Java" :http://www.microsoft.com/en-us/download/details.aspx?id=22616.

Where can I get TFS SDK?


回答1:


Regarding Microsoft.TeamFoundation.Git.Client.dll per MSDN :

You can find the assemblies in the client object model in Program Files\Microsoft Visual Studio 12.0\Common7\IDE under ReferenceAssemblies\v2.0, ReferenceAssemblies\v4.5, and PrivateAssemblies.

I found that assembly in the PrivateAssemblies directory.

Regarding Microsoft.TeamFoundation.SourceControl.WebApi.dll per same page on MSDN:

You can find the assemblies in the server object model in Program Files\Microsoft Team Foundation Server 12 under Tools and Application Tier\Web Services\bin.

That assembly is located in the bin folder of the Team Foundation Server. I also found that assembly in my GAC (although I'm not sure when it was installed).




回答2:


We now have NuGet packages for the .NET client libraries: .NET client libraries for Visual Studio Online (and TFS)

For the current Java SDK, it's part of the download for Team Explorer Everywhere 2015.




回答3:


If you install Visual Studio 2013 Team Explorer, you will get the desired files.

http://www.microsoft.com/en-gb/download/details.aspx?id=40776



来源:https://stackoverflow.com/questions/24134352/where-can-i-get-tfs-sdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!