Showing results for TFS API - Buck Hodges

Apr 25, 2007
0
0

Using an ASP.NET TFS data source

Buck Hodges
Buck Hodges

Kannan Sundararajan has written a couple of posts on how to use TFS as an ASP.NET data source.  If you are interested in displaying TFS data in ASP.NET-driven web pages, you'll want to check it out. First he shows you how to build the data source and gives you the code that you need to build the dll. TFS Data Source ASP.NET Control While le...

Team Foundation ServerTFS APIWork Item Tracking
Apr 23, 2007
0
0

TFS Migration and Synchronization Toolkit pre-release published on CodePlex

Buck Hodges
Buck Hodges

Matt Mitrik, the program manager for the TFS migration tools, has announced the availability of the first pre-release version of the Team Foundation Server migration and synchronization toolkit.  If you are looking into how to migrate away from a different bug tracking or version control system, this is where you'll want to start.  Be sur...

Team Foundation ServerSource ControlTFS API
Mar 28, 2007
0
0

Stop piling on when the build breaks: Build checkin policy for Continuous Integration in Orcas

Buck Hodges
Buck Hodges

Last fall, Clark Sell wrote a blog post called Stop, the build is broken!! that introduced a checkin policy that reported errors when the build was broken.  If you are using continuous integration where every checkin starts a build, you want folks to stop and fix build breaks when they occur, rather than pile on more checkins and perhaps ...

Team Foundation ServerTeam BuildTFS API
Mar 1, 2007
0
0

How to enable a checkin policy via the version control API

Buck Hodges
Buck Hodges

I recently needed to test a new checkin policy that I wrote.  In order to do that, I needed to enable a checkin policy for the unit test's team project using the version control API.  I was a little surprised when it wasn't quite as obvious as I had hoped, and I had to poke around in the source to figure it out.  So, I thought I'd po...

Team Foundation ServerSource ControlTFS API
Mar 1, 2007
0
0

Visual Studio 4.0 SDK is now available (includes updates to TFS extensibility documentation)

Buck Hodges
Buck Hodges

The Visual Studio 4.0 SDK was released today.  Here's the announcement. On behalf of the VS Tools Ecosystem team, we are pleased to announce that after months of hard work, we have completed shipping the VS SDK 4.0 RTM release! We have done tons of work to make this release friendly to developers who are new to Visual Studio extensibility. It...

Team Foundation ServerSource ControlTeam Build
Feb 28, 2007
0
0

Orcas March CTP is available now and includes new Team Foundation Server

Buck Hodges
Buck Hodges

Here's the announcement.  Please download the TFS Virtual PC image and let us know what you think.  Except for build scheduling, this CTP contains all of the new Team Build features, including continuous integration. We are excited to announce that the Visual Studio Code Name “Orcas” March 2007 CTP is now available publicly&n...

Team Foundation ServerSource ControlTeam Build
Feb 26, 2007
0
0

Jeff Atwood’s Team Foundation Server Event Subscription Tool

Buck Hodges
Buck Hodges

Jeff has posted a nice GUI for creating event subscriptions.  This tool makes the process less arcane and error prone.  Check it out! Team Foundation Server Event Subscription Tool To set up advanced subscriptions, you needed to use bissubscribe.exe. This is problematic, because the command-line syntax is complicated, and also because bis...

Team Foundation ServerTFS API
Jan 12, 2007
0
0

TFSBuildManager – project on CodePlex

Buck Hodges
Buck Hodges

Lorenzo Barbieri wrote about a tool on CodePlex called TFSBuildManager.  I didn't know about this one.  It's a tool written by Dudu Shmaya.  The CodePlex project page has the following about the project. TFSBuildManager TFSBuildManager is a utility to manage Team Foundation build types in an environment other than Visual Studio. Mai...

Team Foundation ServerTeam BuildTFS API
Oct 26, 2006
0
0

A checkin policy to detect that the build is broken in a CI environment

Buck Hodges
Buck Hodges

One important aspect of Continuous Integration is getting notification that the build is broken.  One common way is via a desktop notification from an application like TfsAlert that listens for events (or polls if there isn't a TFS-style event notification mechanism).Ideally, the build or unit test break would be noticed as soon as it hap...

Team Foundation ServerSource ControlTeam Build
Oct 26, 2006
0
0

Getting desktop notifications for TFS events

Buck Hodges
Buck Hodges

Clark Sell has created a home on CodePlex for a useful desktop notification tool called TfsAlert. TfsAlert is a .Net 3.0 smart client which monitors for user selected TFS events and will display a balloon window in the Windows TaskBar Notification Area. It is built on top of WCF where you can subscribe to any TFS event you feel fit. It's initi...

Team Foundation ServerTeam BuildTFS API