Showing archive results for 2011

Apr 10, 2011
Post comments count0
Post likes count0

OData service for TFS

Buck Hodges

Brian Keller has release a new OData service for TFS.  He does a great job explaining it, and he also includes a video demo. OData Service for Team Foundation Server 2010 What the heck is an OData Service for Team Foundation Server 2010? I’m glad you asked. The purpose of this project is to help developers work with data from ...

Team Foundation ServerTFS 2010
Apr 9, 2011
Post comments count0
Post likes count0

Professional Team Foundation Server 2010 is now out!

Buck Hodges

In the year since the release of TFS 2010, we’ve seen a run of great new books coming, all by authors who really know their subject matter extremely well.  At the beginning of the year, Sayed Ibrahim Hashimi and William Bartholomew published Using MSBuild and Team Foundation Build, the book on MSBuild and TFS Build. Then Mickey Gousse...

Team Foundation ServerTFS 2010
Apr 9, 2011
Post comments count0
Post likes count0

How to reject checkins with code analysis violations

Buck Hodges

Andrew Hall wrote a great post on the Code Analysis Team Blog about how to use the code analysis checkin policy with gated checkin in Team Foundation 2010 Build to reject checkins that have code analysis warnings or errors.  He shows you how to configure the rule set and set up the gated build definition to enforce the code analysis rules you&...

Team Foundation ServerTeam BuildTFS 2010
Mar 30, 2011
Post comments count0
Post likes count0

We’re here, and we have a sign to prove it

Buck Hodges

Yeah, seven years in this location, and the building had no outward markings to indicate that our office is here.  It’s official.  We’re here.  Really.

Random
Mar 30, 2011
Post comments count0
Post likes count0

How to turn on compression for TFS 2010 web services

Buck Hodges

In the past, we’ve turned on compression for the SOAP responses for the TFS web services.  In TFS 2010, you must do it manually.  In the future, I hope we have it turned on by default.  It’s particularly good for teams that aren’t at the same location as the TFS server.  For users on a high-speed corporate netw...

Team Foundation ServerTFS 2010
Mar 28, 2011
Post comments count0
Post likes count0

How to distribute custom checkin policies and work item controls using the power tools

Buck Hodges

Custom checkin policies and custom work item controls are great ways to take advantage of the extensibility of TFS.  You can use checkin policies to enforce certain standards on checkins (even in your builds).  Custom work item controls allow you to add controls to your work item forms that present data in particular way, access othe...

Team Foundation ServerSource ControlTFS 2010
Mar 23, 2011
Post comments count0
Post likes count0

Moving work item description fields to HTML

Buck Hodges

Neno’s been blogging a lot this month, and many of his posts have helpful tools associated with them.  The post below caught my eye as particularly useful.  We’ll be using HTML fields more going forward, and he has a tool to help you move your existing work items to use an HTML field for the Description. Enriching your Work ...

Team Foundation ServerTFS 2010
Mar 23, 2011
Post comments count0
Post likes count0

VS 2010 SP1 crashes when viewing build on a TFS 2008 server

Buck Hodges

Unfortunately, we introduced a regression into Visual Studio 2010 SP1 in the process of fixing a performance issue in the build details view that a number of customers had reported (viewing the log was really slow for larger builds). We made this change late in SP1. I apologize for the inconvenience. I want to make sure you know about that patch if...

Team Foundation ServerTeam BuildTFS 2010
Mar 18, 2011
Post comments count0
Post likes count0

Managing TFS 2010: How to clean up test attachment data

Buck Hodges

Test attachment data generated by the new testing features in VS 2010 can add a large amount of data to your TFS server.  In fact, we discovered on our own “dogfood” server that test data was taking up more space than the version control data.  You can read more about it in Grant’s post here.You can use the Test Attachme...

Team Foundation ServerTFS 2010
Mar 17, 2011
Post comments count3
Post likes count0

Visual Studio setup projects (vdproj) will not ship with future versions of VS

Buck Hodges

[UPDATE 04/18/14] The Visual Studio team has released an extension to VS 2013 to address the feedback on this, which has been loud and clear for a long time now: Visual Studio Installer Projects Extension. [UPDATE 11/6/12] Fixed broken links. At the user group meeting last night, someone asked about the future of WiX.  There was some confusi...

Visual Studio 2010