Implemented interface member:
method
LogError
Microsoft.DotNet.Build.Tasks.ILog.LogError(System.String, params System.Object[])
17 references to LogError
Microsoft.DotNet.SharedFramework.Sdk (17)
src\CreateFrameworkListFile.cs (4)
149Log.LogError($"Unexpected analyzer path format {path}. Expected 'analyzers/dotnet(/language)/analyzer.dll"); 196Log.LogError($"No public key token found for assembly {f.Item.ItemSpec}"); 235Log.LogError($"File matches no classification: {f.Filename}"); 257Log.LogError($"Classification matches no files: {unused}");
src\GeneratePlatformManifestEntriesFromTemplate.cs (2)
88Log.LogError($"The platform manifest entry for '{entry.Name}' does not have a fallback assembly version specified and is not built on this platform."); 93Log.LogError($"The platform manifest entry for '{entry.Name}' does not have a fallback file version specified and is not built on this platform.");
src\Microsoft.DotNet.PackageTesting\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));
src\Microsoft.DotNet.PackageTesting\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}");
src\ValidateFileVersions.cs (1)
84Log.LogError(