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)
458
_packArgs.
WarningProperties
= WarningProperties.GetWarningProperties(
506
_packArgs.
WarningProperties
= factory.GetWarningPropertiesForProject();
6 references to WarningProperties
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
53
packArgs.Logger = new PackCollectorLogger(request.Logger, packArgs.
WarningProperties
, _packageSpecificWarningProperties);
NuGet.Commands (5)
CommandRunners\PackCommandRunner.cs (4)
456
if (_packArgs.
WarningProperties
== null)
463
_packArgs.Logger = new PackCollectorLogger(_packArgs.Logger, _packArgs.
WarningProperties
);
504
if (_packArgs.
WarningProperties
== null && _packArgs.PackTargetArgs == null)
508
_packArgs.Logger = new PackCollectorLogger(_packArgs.Logger, _packArgs.
WarningProperties
);
MSBuildProjectFactory.cs (1)
296
return _packArgs.
WarningProperties
;