Summary
Log errors but don't treat as fatal. The default is
false
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- GetTask
Syntax
[TaskAttribute("ignoreerrors")]
[Obsolete("Use the 'failonerror' attribute instead.")]
[BooleanValidator()]
public bool IgnoreErrors { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
ObsoleteAttribute | |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |