Skip to content
Giulio Vian edited this page Nov 13, 2015 · 6 revisions

Script languages

You can use C# and VB.Net to write your rules. Powershell also works but we had little tested it.

C# and VB

You can use only types from these assemblies:

  • System
  • System.Core
  • Microsoft.TeamFoundation.WorkItemTracking.Client
  • Aggregator.Core Any other reference will result in compile errors.

The following namespaces are imported (C# using, VB Imports):

  • Microsoft.TeamFoundation.WorkItemTracking.Client
  • System.Linq
  • Microsoft.TeamFoundation.WorkItemTracking.Client.CoreFieldReferenceNames
  • Aggregator.Core and descendants

Previous topic: Configuration XML syntax Next topic: Object Reference

Clone this wiki locally