Summary
Gets the warning codes to treats as errors.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings
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 |