Implemented interface member:
property
LibraryId
NuGet.Common.IRestoreLogMessage.LibraryId
7 writes to LibraryId
NuGet.Build.Tasks (1)
GetReferenceNearestTargetFrameworkTask.cs (1)
183
warning.
LibraryId
= referencedProjectFile;
NuGet.Commands (2)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
128
LibraryId
= group[0].LibraryId,
Utility\Extensions.cs (1)
76
LibraryId
= logMessage.LibraryId,
NuGet.Common (2)
Errors\RestoreLogMessage.cs (2)
77
LibraryId
= libraryId,
142
LibraryId
= libraryId,
NuGet.PackageManagement (1)
Utility\LogUtility.cs (1)
44
LibraryId
= logMessage.LibraryId,
NuGet.Packaging (1)
Signing\SignatureLog.cs (1)
103
LibraryId
= LibraryId
4 references to LibraryId
NuGet.Commands (4)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
128
LibraryId = group[0].
LibraryId
,
RestoreCommand\Diagnostics\UnexpectedDependencyMessages.cs (3)
38
ignoreIds.UnionWith(projectMissingVersions.Select(e => e.
LibraryId
));
42
ignoreIds.UnionWith(projectMissingLowerBounds.Select(e => e.
LibraryId
));
53
ignoreIds.UnionWith(missingMinimums.Select(e => e.
LibraryId
));