Implemented interface member:
method
LogMessage
Microsoft.DotNet.Build.Tasks.ILog.LogMessage(Microsoft.DotNet.Build.Tasks.LogImportance, System.String, params System.Object[])
24 references to LogMessage
Microsoft.DotNet.Build.Tasks.Packaging (24)
GenerateRuntimeDependencies.cs (4)
85
Log.
LogMessage
(LogImportance.Low, "Aliasing {0} -> {1}", alias, dependency.ItemSpec);
98
Log.
LogMessage
(LogImportance.Low, "Skipping dependencies {0} since they don't have a TargetRuntime.", String.Join(", ", runtimeGroup.Select(d => d.ItemSpec)));
160
Log.
LogMessage
(LogImportance.Low, "Using {0} for TargetPackageAlias {1}", targetPackageId, targetPackageAlias);
165
Log.
LogMessage
(LogImportance.Low, "Dependency {0} has no parent so will assume {1}.", dependency.ItemSpec, PackageId);
GetInboxFrameworks.cs (1)
55
Log.
LogMessage
(LogImportance.Low, "Determining inbox frameworks for {0}, {1}", AssemblyName, AssemblyVersion);
GetLayoutFiles.cs (3)
81
Log.
LogMessage
(LogImportance.Low, $"Skipping {fx} since it is not in {nameof(Frameworks)}");
87
Log.
LogMessage
(LogImportance.Low, $"Skipping {fx}/{rid} since it is not in {nameof(Frameworks)}");
94
Log.
LogMessage
(LogImportance.Low, $"Skipping {fx} since it is not supported");
HarvestPackage.cs (8)
208
Log.
LogMessage
(LogImportance.Low, $"Skipping {fx} because it is not supported.");
226
Log.
LogMessage
(LogImportance.Low, $"Skipping {fx} because it is not supported on {target}.");
257
Log.
LogMessage
(LogImportance.Low, $"Validating version {version} for {supportedFramework.ItemSpec} because it was supported by {PackageId}/{PackageVersion}.");
312
Log.
LogMessage
(LogImportance.Low, $"Excluding package path {harvestPackagePath} because it is specifically excluded.");
319
Log.
LogMessage
(LogImportance.Low, $"Excluding package path {harvestPackagePath} because it is not included in {nameof(PathsToInclude)}.");
358
Log.
LogMessage
(LogImportance.Low, $"Preferring live build of package path {livePackagePath} over the asset from last stable package because the file is not versioned.");
413
Log.
LogMessage
(LogImportance.Low, $"Including {livePackagePath} from last stable package {PackageId}/{PackageVersion}.");
497
Log.
LogMessage
(LogImportance.Low, $"Preferring live build of package path {packagePath} over the asset from last stable package{reason}.");
NuGetPack.cs (2)
278
Log.
LogMessage
(LogImportance.Low, $"Nuspec {nuspecPath} does not contain symbol or source files. Not creating symbol package.");
283
Log.
LogMessage
(LogImportance.Low, $"Nuspec {nuspecPath} does not contain any files matching {pathPair.Key}. Not creating symbol package.");
PromoteDependencies.cs (2)
51
Log.
LogMessage
(LogImportance.Low, $"Ref frameworks {string.Join(";", refFxs.Select(f => f.ToString()))}");
56
Log.
LogMessage
(LogImportance.Low, $"Lib frameworks {string.Join(";", libFxs.Select(f => f.ToString()))}");
ValidateFrameworkPackage.cs (2)
52
new Action<string>(s => Log.
LogMessage
(LogImportance.Low, $"Suppressed: {s}")) :
76
new Action<string>(s => Log.
LogMessage
(LogImportance.Low, $"Suppressed: {s}")) :
ValidateHarvestVersionIsLatestForRelease.cs (2)
53
Log.
LogMessage
(LogImportance.Normal, $"Validation Succeeded: {packageReport.Id} is harvesting assets from package version {harvestVersion} which is the latest for that package erreleasea.");
58
Log.
LogMessage
(LogImportance.Normal, $"Validation Succeeded: {packageReport.Id} is not harvesting any assets.");