MSBuildSettings.

WarningsAsErrorCodes Property

Summary

Gets the warning codes to treat as errors. If any specified will implicitly be treated as true.
Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public ISet<string> WarningsAsErrorCodes { get; }

Value

Type Description
ISet<string>

See Also