Summary
Writes list of warnings to (not) treat as errors to the specified
System.IO.TextWriter.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
Syntax
protected virtual void WriteWarningsAsError(TextWriter writer)
Parameters
| Name | Type | Description |
|---|---|---|
| writer | TextWriter | The System.IO.TextWriter to which the list of warnings should be written. |
Return Value
| Type | Description |
|---|---|
| void |
