JscTask.

SuppressWarnings Property

Summary

Specifies a list of warnings that you want the compiler to suppress.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
JscTask

Syntax

public override CompilerWarningCollection SuppressWarnings { get; }

Remarks

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

Value

Type Description
CompilerWarningCollection