MSBuildSettings.

WarningsAsMessageCodes Property

Summary

Gets the warning codes to NOT treat as errors.
Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public ISet<string> WarningsAsMessageCodes { get; }

Remarks

Only available MSBuild version 15 (VS2017) and newer.

Value

Type Description
ISet<string>