NAnt SDK Documentation - v0.92 |
|
CompilerBase.SupportsWarnAsErrorList Property
Indicates whether the compiler for a given target framework supports the "warnaserror" option that takes a list of warnings. The default is false.
[Visual Basic]
<FrameworkConfigurable(Name:="supportswarnaserrorlist", Required:=False, ExpandProperties:=True)>
Overridable Public Property SupportsWarnAsErrorList As
Boolean
[C#]
[FrameworkConfigurable(Name="supportswarnaserrorlist", Required=False, ExpandProperties=True)]
public virtual
bool SupportsWarnAsErrorList {get; set;}
See Also
CompilerBase Class | NAnt.DotNet.Tasks Namespace