19 references to Log
Microsoft.DotNet.PackageTesting (19)
GetCompatiblePackageTargetFrameworks.cs (2)
53
Log
.LogErrorFromException(e, showStackTrace: false);
56
return !
Log
.HasLoggedErrors;
VerifyClosure.cs (11)
49
Log
.LogError("No sources to scan.");
71
return !
Log
.HasLoggedErrors;
112
Log
.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.Path}");
117
Log
.LogMessage($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.Path} over {assemblyInfo.Path}.");
190
Log
.LogError($"Assembly '{assm.Name}' is missing module dependency '{moduleReference}'");
212
Log
.LogError($"Assembly '{assm.Name}' is missing dependency '{dep.Name}'");
216
Log
.LogError($"Assembly '{assm.Name}' has insufficient version for dependency '{dep.Name}' : {depAssm.Version} < {dep.Version}.");
247
Log
.LogMessage(LogImportance.Low, $"Checked {assm.Path}");
266
Log
.LogError($"Cycle detected for {assembly.Path}.");
270
Log
.LogError(PrintCycle(suspectCycle.Value));
305
Log
.LogMessage($"Cycle detected for {depAssm.Path} : {PrintCycle(cycle)}.");
VerifyTypes.cs (6)
40
Log
.LogError("No sources to scan.");
59
Log
.LogMessage($"Ignored duplicate type {type} in both {existingAssembly.Path} and {assembly.Path}.");
63
Log
.LogError($"Duplicate type {type} in both {existingAssembly.Path} and {assembly.Path}.");
73
return !
Log
.HasLoggedErrors;
110
Log
.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.Path}");
115
Log
.LogMessage($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.Path} over {assemblyInfo.Path}.");