Implemented interface member:
method
LogError
Microsoft.DotNet.Build.Tasks.ILog.LogError(System.String, params System.Object[])
10 references to LogError
Microsoft.DotNet.PackageTesting (10)
VerifyClosure.cs (7)
49
Log.
LogError
("No sources to scan.");
112
Log.
LogError
($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.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}.");
266
Log.
LogError
($"Cycle detected for {assembly.Path}.");
270
Log.
LogError
(PrintCycle(suspectCycle.Value));
VerifyTypes.cs (3)
40
Log.
LogError
("No sources to scan.");
63
Log.
LogError
($"Duplicate type {type} in both {existingAssembly.Path} and {assembly.Path}.");
110
Log.
LogError
($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.Path}");