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