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

WarningAsError.Includes Property

[This is preliminary documentation and subject to change.]

Specifies a list of warnings that the compiler should treat as errors. This overrides the WarnAsError attribute. Only supported when targeting .NET 2.0 or higher.

[Visual Basic]
<BuildElementArray(ElementType:=null, Name:="include", Required:=False, ProcessXml:=True)>
Public ReadOnly Property Includes As CompilerWarningCollection
[C#]
[BuildElementArray(ElementType=null, Name="include", Required=False, ProcessXml=True)]
public CompilerWarningCollection Includes {get;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.WarningAsError.Includes

See Also

WarningAsError Class | NAnt.DotNet.Types Namespace