CompilerBase.

SupportsWarnAsErrorList Property

Summary

Indicates whether the compiler for a given target framework supports the "warnaserror" option that takes a list of warnings. The default is false.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

[FrameworkConfigurable("supportswarnaserrorlist")]
public virtual bool SupportsWarnAsErrorList { get; set; }

Attributes

Type Description
FrameworkConfigurableAttribute Indicates that the value of the property to which the attribute is assigned, can be configured on the framework-level in the NAnt application configuration file.

Value

Type Description
bool