Implemented interface member:
property
ProjectPath
NuGet.Common.ILogMessage.ProjectPath
19 writes to ProjectPath
NuGet.Build.Tasks (3)
CheckForDuplicateNuGetItemsTask.cs (1)
70
ProjectPath
= MSBuildProjectFullPath,
Common\MSBuildLogger.cs (1)
79
ProjectPath
= message.ProjectPath,
GetReferenceNearestTargetFrameworkTask.cs (1)
184
warning.
ProjectPath
= CurrentProjectName;
NuGet.Build.Tasks.Pack (1)
src\nuget-client\src\NuGet.Core\NuGet.Build.Tasks\Common\MSBuildLogger.cs (1)
79
ProjectPath
= message.ProjectPath,
NuGet.Commands (10)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
131
ProjectPath
= group[0].ProjectPath,
RestoreCommand\Logging\RestoreCollectorLogger.cs (1)
283
ProjectPath
= message.ProjectPath
RestoreCommand\Utility\AuditUtility.cs (2)
534
message.
ProjectPath
= _projectFullPath;
551
message.
ProjectPath
= projectFullPath;
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
420
message.
ProjectPath
= path;
430
message.
ProjectPath
= path;
RestoreCommand\Utility\SpecValidationUtility.cs (1)
162
logger.Log(new RestoreLogMessage(LogLevel.Error, NuGetLogCode.NU1105, message) { FilePath = spec.FilePath,
ProjectPath
= spec.FilePath });
Utility\AssetTargetFallbackUtility.cs (1)
34
error.
ProjectPath
= path;
Utility\Extensions.cs (2)
73
ProjectPath
= logMessage.ProjectPath,
95
ProjectPath
= logMessage.ProjectPath,
NuGet.PackageManagement (4)
Utility\LogUtility.cs (1)
41
ProjectPath
= logMessage.ProjectPath,
Utility\PackagesConfigLockFileUtility.cs (3)
105
log.
ProjectPath
= projectFile ?? packagesConfigFile;
141
log.
ProjectPath
= projectFile ?? packagesConfigFile;
153
log.
ProjectPath
= projectFile ?? packagesConfigFile;
NuGet.Packaging (1)
Signing\SignatureLog.cs (1)
101
ProjectPath
= ProjectPath,
1 reference to ProjectPath
NuGet.Commands (1)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
131
ProjectPath = group[0].
ProjectPath
,