DotNetMSBuildSettings.

WarningCodesAsError Property

Summary

Gets the warning codes to treats as errors.

Syntax

public IList<string> WarningCodesAsError { get; }

Remarks

When a warning is treated as an error the target will continue to execute as if it was a warning but the overall build will fail.

Value

Type Description
IList<string>