Summary
Specifies a list of warnings that the compiler should NOT treat as
errors. This is only useful if
NAnt.DotNet.Tasks.CompilerBase.WarnAsError
is true
. Only supported when targeting .NET 2.0
or higher.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- WarningAsError
Syntax
[BuildElementArray("exclude")]
public CompilerWarningCollection Excludes { get; }
Attributes
Type | Description |
---|---|
Build |
Indicates that property should be treated as a XML arrayList |
Value
Type | Description |
---|---|
Compiler |