NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.WarningAsError Property

[This is preliminary documentation and subject to change.]

Controls which warnings should be reported as errors.

[Visual Basic]
<BuildElement(Name:="warnaserror", Required:=False, ProcessXml:=True)>
Overridable Public ReadOnly Property WarningAsError As WarningAsError
[C#]
[BuildElement(Name="warnaserror", Required=False, ProcessXml=True)]
public virtual NAnt.DotNet.Types.WarningAsError WarningAsError {get;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.WarningAsError

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace