3 writes to WarningProperties
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
47
WarningProperties
= WarningProperties.GetWarningProperties(request.TreatWarningsAsErrors, request.WarningsAsErrors, request.NoWarn, request.WarningsNotAsErrors),
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
446
_packArgs.
WarningProperties
= WarningProperties.GetWarningProperties(
494
_packArgs.
WarningProperties
= factory.GetWarningPropertiesForProject();
6 references to WarningProperties
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
51
packArgs.Logger = new PackCollectorLogger(request.Logger, packArgs.
WarningProperties
, _packageSpecificWarningProperties);
NuGet.Commands (5)
CommandRunners\PackCommandRunner.cs (4)
444
if (_packArgs.
WarningProperties
== null)
451
_packArgs.Logger = new PackCollectorLogger(_packArgs.Logger, _packArgs.
WarningProperties
);
492
if (_packArgs.
WarningProperties
== null && _packArgs.PackTargetArgs == null)
496
_packArgs.Logger = new PackCollectorLogger(_packArgs.Logger, _packArgs.
WarningProperties
);
MSBuildProjectFactory.cs (1)
296
return _packArgs.
WarningProperties
;