Sets whether to ignore annotations when determining the result code. If false (default), then error annotations, usually indicative of broken tests, will cause a failure result to be generated.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public bool IgnoreAnnotations { private get; set; }
Visual Basic (Declaration)
Public Property IgnoreAnnotations As Boolean

See Also