NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CompilerBase.SupportsWarnAsErrorList Property
[This is preliminary documentation and subject to change.]
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;}
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.SupportsWarnAsErrorList
See Also
CompilerBase Class | NAnt.DotNet.Tasks Namespace