1 implementation of LibraryId
NuGet.Common (1)
Errors\PackagingLogMessage.cs (1)
22public string? LibraryId { get; set; }
2 references to LibraryId
NuGet.Commands (2)
PackCommand\Logging\PackageSpecificWarningProperties.cs (2)
111!string.IsNullOrEmpty(message.LibraryId) && 115if (Contains(message.Code, message.LibraryId, message.Framework))