问题
Hi does any of you know where can I find Microsoft.TeamFoundation.Framework.Client using nuget? I can't find it because I'm trying to create instance of TfsConfigurationServer.
回答1:
These assemblies are shipped with visual studio for vs2013 located under the extensions tab.
see the following for an example of how to use the .dll's in a console application http://msdn.microsoft.com/en-us/library/bb286958.aspx
回答2:
The namespace "Microsoft.TeamFoundation.Framework.Client" is in the Microsoft.TeamFoundation.Client.dll.
来源:https://stackoverflow.com/questions/24931730/where-to-search-for-microsoft-teamfoundation-framework-client