JscTask.

NoWarn Property

Summary

Specifies a comma-separated list of warnings that should be suppressed by the compiler.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
JscTask

Syntax

[Obsolete("Use the <nowarn> element instead.", false)]
public override string NoWarn { get; set; }

Remarks

Override to avoid exposing this to build authors, as the JScript.NET compiler does not support package references.

Attributes

Type Description
ObsoleteAttribute

Value

Type Description
string