Skip to content

TFS Aggregator 2.1.0

Compare
Choose a tag to compare
@jessehouwing jessehouwing released this 31 Mar 15:12

Codename: Make it so!
image

  • Support for TFS 2015 update 2
  • Extensive debug output when installing the debug version and enabling debug mode in the policy.
    • Will log assignment to readonly work item fields
    • Will log assignment of a wrong data type (you probably want to add a cast)
    • Will log assignment of null or string.empty to non-nullable fields
    • Will log assignment to History field through Fields["System.History"]
  • Ability to override base Uri of the aggregator
  • Improvements in the setup
  • Adds PreviousRevision/NextRevision property to workitems to navigate history
  • Major refactoring to make the RequestContext available everywhere
  • Adds Uri field to workitems
  • Removed policyscope on Workitem template GUID and revision (didn't work anyway)
  • Fixes NullReferenceException when using Revisions.

WARNING When upgrading your TFS server you need to uninstall the TFS Aggregator prior to the upgrade and then run the new installer when your server upgrade has completed.