6 references to GetNuGetLogCodes
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
375
ImmutableArray<NuGetLogCode> noWarn = MSBuildStringUtility.
GetNuGetLogCodes
(packageReferenceItem.GetProperty("NoWarn"));
NuGet.Commands (2)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
651
var noWarn = MSBuildStringUtility.
GetNuGetLogCodes
(item.GetProperty("NoWarn"));
RestoreCommand\Utility\PackageSpecFactory.cs (1)
812
ImmutableArray<NuGetLogCode> noWarn = MSBuildStringUtility.
GetNuGetLogCodes
(packageReferenceItem.GetMetadata("NoWarn"));
NuGet.ProjectModel (3)
WarningProperties.cs (3)
98
return GetWarningProperties(treatWarningsAsErrors, MSBuildStringUtility.
GetNuGetLogCodes
(warningsAsErrors), MSBuildStringUtility.
GetNuGetLogCodes
(noWarn), MSBuildStringUtility.
GetNuGetLogCodes
(warningsNotAsErrors));