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)
49Log.LogError("No sources to scan."); 112Log.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.Path}"); 190Log.LogError($"Assembly '{assm.Name}' is missing module dependency '{moduleReference}'"); 212Log.LogError($"Assembly '{assm.Name}' is missing dependency '{dep.Name}'"); 216Log.LogError($"Assembly '{assm.Name}' has insufficient version for dependency '{dep.Name}' : {depAssm.Version} < {dep.Version}."); 266Log.LogError($"Cycle detected for {assembly.Path}."); 270Log.LogError(PrintCycle(suspectCycle.Value));
VerifyTypes.cs (3)
40Log.LogError("No sources to scan."); 63Log.LogError($"Duplicate type {type} in both {existingAssembly.Path} and {assembly.Path}."); 110Log.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.Path}");