JB.Tfs.Common

A helper library that provides extensions, helper methods and new functionality upon the Microsoft Team Foundation Server API.


Keywords
tfs, teamfoundationserver, teamfoundationservices, visualstudio, vs2010, net40
License
MS-PL
Install
Install-Package JB.Tfs.Common -Version 0.0.0.4

Documentation

JB.Tfs.Common - TFS Api Extensions, Wrappers and Helpers

A helper library that extends upon the Microsoft Team Foundation Server API.
Binaries are published via NuGet(.org): https://nuget.org/packages/JB.Tfs.Common


Acknowledgements & Thanks:

- Under the hood I originally used Stephen Cleary's Nito.AsyncEx (http://nitoasyncex.codeplex.com/)
  library for parts of the async Queries. However, I've removed that dependency and replaced it with
  an integrated set of TFS compatible .FromAsync(...) methods.
  However for reference, license details for Nito.AsyncEx are available at:
  http://nitoasyncex.codeplex.com/license