<warnaserror>

[This is preliminary documentation and subject to change.]

Controls the behaviour of a compiler with regards to the reporting of warnings.

Parameters

Attribute Type Description Required
id string The ID used to be referenced later. False
refid string The ID to use as the reference. False

Nested Elements:

<include>

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.

Contains a collection of CompilerWarning elements.

</include>

<exclude>

Specifies a list of warnings that the compiler should NOT treat as errors. This is only useful if warnaserror is true. Only supported when targeting .NET 2.0 or higher.

Contains a collection of CompilerWarning elements.

</exclude>

Examples

Requirements

Assembly: NAnt.DotNetTasks (0.85.1698.0)