NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.SupportsNoWarnList Property

[This is preliminary documentation and subject to change.]

Indicates whether the compiler for a given target framework supports a command line option that allows a list of warnings to be suppressed. The default is false.

[Visual Basic]
<FrameworkConfigurable(Name:="supportsnowarnlist", Required:=False, ExpandProperties:=True)>
Overridable Public Property SupportsNoWarnList As Boolean
[C#]
[FrameworkConfigurable(Name="supportsnowarnlist", Required=False, ExpandProperties=True)]
public virtual bool SupportsNoWarnList {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.SupportsNoWarnList

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace