5 references to GetWarningProperties
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1079restoreMetadata.ProjectWideWarningProperties = WarningProperties.GetWarningProperties(project.GetProperty("TreatWarningsAsErrors"), project.GetProperty("WarningsAsErrors"), project.GetProperty("NoWarn"), project.GetProperty("WarningsNotAsErrors"));
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
47WarningProperties = WarningProperties.GetWarningProperties(request.TreatWarningsAsErrors, request.WarningsAsErrors, request.NoWarn, request.WarningsNotAsErrors),
NuGet.Commands (3)
CommandRunners\PackCommandRunner.cs (1)
446_packArgs.WarningProperties = WarningProperties.GetWarningProperties(
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
981return WarningProperties.GetWarningProperties(
RestoreCommand\Utility\PackageSpecFactory.cs (1)
344restoreMetadata.ProjectWideWarningProperties = WarningProperties.GetWarningProperties(outerBuild.GetProperty("TreatWarningsAsErrors"), outerBuild.GetProperty("WarningsAsErrors"), outerBuild.GetProperty("NoWarn"), outerBuild.GetProperty("WarningsNotAsErrors"));