Can I use the TFS Object Model to interact with TFS via F#?

Posted by Russell on Stack Overflow See other posts from Stack Overflow or by Russell
Published on 2010-05-26T04:45:25Z Indexed on 2010/05/26 4:51 UTC
Read the original article Hit count: 466

Filed under:
|

I am looking for some quick ways to do some (more) complex queries across who has what checked out and things like that (eg. which files have >1 person checked out).

I have been learning F# over the last year or so and saw the potential to use both the functional aspects of F# to quickly create some useful and more complex TFS commands.

I was wondering if anyone else has done this, or have any ideas on how I would go about doing this.

PS: I am using TFS 2005.

Thanks

Russell

© Stack Overflow or respective owner

Related posts about tfs

Related posts about F#