2 implementations of TreatWarningsAsErrors
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
87public string TreatWarningsAsErrors { get; set; }
PackTaskRequest.cs (1)
65public string TreatWarningsAsErrors { get; set; }
1 reference to TreatWarningsAsErrors
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
47WarningProperties = WarningProperties.GetWarningProperties(request.TreatWarningsAsErrors, request.WarningsAsErrors, request.NoWarn, request.WarningsNotAsErrors),