我正在Visual Studio 2015中构建一个应用程序,以允许人们查看TFS服务器的更改集。
我找到了一些示例代码,但它需要引用Microsoft.TeamFoundation.Framework.Common.dll,但我在Reference Manager中找不到DLL。
我还搜索了安装了TFS2015的服务器,我也找不到。
有谁知道在哪里找到这个DLL?
答案 0 :(得分:4)
This might be installed in your local development machine. If so then the dll (Microsoft.TeamFoundation.Common.dll) can be referenced by browsing for it.
Another solution is to install the Nuget package Microsoft.TeamFoundation.Client. Once installed, it will be ready to use for every project this package has been installed for.
Note: Be sure to check-in your packages folder if using version control.
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)