So after countless hours crawling the internet I am unable to find any form of proper API for TFS 2010 for C# (I have not installed any SPs yet) I am unable to find any proper results
I have found the SDK on the Microsoft site but it is for Java for some reason.. Can anyone help me and provide me with some proper documentation, I have found some relating to VS2005 but this all seems to have been removed from the framework as you can no longer import Microsoft.Core
Links to items I have looked at:
If you're looking for a C# API (likely, based on the question tags), there is the Microsoft.TeamFoundation namespace. I have used it before.
You will need to include the following assemblies as references in your project:
Microsoft.TeamFoundation.ClientMicrosoft.TeamFoundation.CommonAnd one or more of the following based on your specific needs:
Microsoft.TeamFoundation.VersionControl.ClientMicrosoft.TeamFoundation.WorkItemTracking.ClientMicrosoft.TeamFoundation.Build.ClientMicrosoft.TeamFoundation.TestManagement.ClientA good starting point:
All are in .NET
I did not even know there was a Java API...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With