2 references to NU1105
NuGet.Commands (2)
RestoreCommand\Diagnostics\UnresolvedMessages.cs (1)
101
code = NuGetLogCode.
NU1105
;
RestoreCommand\Utility\SpecValidationUtility.cs (1)
162
logger.Log(new RestoreLogMessage(LogLevel.Error, NuGetLogCode.
NU1105
, message) { FilePath = spec.FilePath, ProjectPath = spec.FilePath });