Implemented interface member:
method
LogWarning
Microsoft.DotNet.Build.Tasks.ILog.LogWarning(System.String, params System.Object[])
4 references to LogWarning
Microsoft.DotNet.Build.Tasks.Packaging (4)
GenerateRuntimeDependencies.cs (2)
156
Log.
LogWarning
("Dependency {0} specified TargetPackageAlias {1} but no package was found defining this alias.", dependency.ItemSpec, targetPackageAlias);
179
Log.
LogWarning
("Dependency {0} has no version", dependency.ItemSpec);
NuGetUtility.cs (1)
136
public void LogWarning(string data) => _log.
LogWarning
(data);
UpdatePackageIndex.cs (1)
276
Log.
LogWarning
("Failed fetching stable nuget package versions from one or more of your feeds. Make sure you are connected to the internet and that all your feeds are reachable.");