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