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