5 references to GetWarningProperties
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1079
restoreMetadata.ProjectWideWarningProperties = WarningProperties.
GetWarningProperties
(project.GetProperty("TreatWarningsAsErrors"), project.GetProperty("WarningsAsErrors"), project.GetProperty("NoWarn"), project.GetProperty("WarningsNotAsErrors"));
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
47
WarningProperties = 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)
981
return WarningProperties.
GetWarningProperties
(
RestoreCommand\Utility\PackageSpecFactory.cs (1)
344
restoreMetadata.ProjectWideWarningProperties = WarningProperties.
GetWarningProperties
(outerBuild.GetProperty("TreatWarningsAsErrors"), outerBuild.GetProperty("WarningsAsErrors"), outerBuild.GetProperty("NoWarn"), outerBuild.GetProperty("WarningsNotAsErrors"));