1 implementation of LibraryId
NuGet.Common (1)
Errors\RestoreLogMessage.cs (1)
22public string? LibraryId { get; set; }
4 references to LibraryId
NuGet.Commands (3)
RestoreCommand\Logging\WarningPropertiesCollection.cs (3)
101!string.IsNullOrEmpty(message.LibraryId)) 108ProjectFrameworks.All(e => PackageSpecificWarningProperties.Contains(message.Code, message.LibraryId, e))) 120.Where(e => !PackageSpecificWarningProperties.Contains(message.Code, message.LibraryId, legacy ? string.Empty : GetTargetGraphAlias(e)))
NuGet.ProjectModel (1)
LockFile\AssetsLogMessage.cs (1)
66LibraryId = logMessage.LibraryId,