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