NAnt SDK Documentation - v0.92

CompilerBase.SupportsNoWarnList Property

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;}

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace