Can I use the TFS Object Model to interact with TFS via F#?
- by Russell
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