1 implementation of GetWarningPropertiesForProject
NuGet.Commands (1)
MSBuildProjectFactory.cs (1)
294
public WarningProperties
GetWarningPropertiesForProject
()
1 reference to GetWarningPropertiesForProject
NuGet.Commands (1)
CommandRunners\PackCommandRunner.cs (1)
494
_packArgs.WarningProperties = factory.
GetWarningPropertiesForProject
();