FxCopTask.

DirectOutputToConsole Property

Summary

Directs analysis output to the console or to the Output window in Visual Studio .NET. By default, the XSL file FxCopConsoleOutput.xsl is applied to the output before it is displayed.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
FxCopTask

Syntax

[TaskAttribute("directOutputToConsole", Required = false)]
public bool DirectOutputToConsole { get; set; }

Attributes

Type Description
TaskAttribute

Value

Type Description
bool