1 write to _logger
NuGet.Commands (1)
RestoreCommand\DependencyGraphResolver.cs (1)
81
_logger
= logger;
7 references to _logger
NuGet.Commands (7)
RestoreCommand\DependencyGraphResolver.cs (7)
274
await
_logger
.LogAsync(RestoreLogMessage.CreateWarning(NuGetLogCode.NU1502, string.Format(CultureInfo.CurrentCulture, Strings.Log_UnknownCompatibilityProfile, profile.Key)));
281
_logger
.LogDebug($" {profile.Value.Name} -> +{frameworkRuntimePair}");
287
_logger
.ApplyRestoreOutput(allGraphs);
290
await UnexpectedDependencyMessages.LogAsync(allGraphs, _request.Project,
_logger
);
978
GraphItem<RemoteResolveResult> currentGraphItem = await currentDependencyGraphItem.GetGraphItemAsync(_request.Project.RestoreMetadata, projectTargetFramework.PackagesToPrune, IsNewerThanNET10(projectTargetFramework.FrameworkName), isRootProject, targetGraphName,
_logger
);
1441
RuntimeGraph? projectProviderRuntimeGraph = string.IsNullOrWhiteSpace(runtimeGraphPath) ? default : ProjectRestoreCommand.GetRuntimeGraph(runtimeGraphPath,
_logger
);
1444
runtimeGraph = ProjectRestoreCommand.GetRuntimeGraph(restoreTargetGraphForTargetFramework, localRepositories, projectRuntimeGraph: projectProviderRuntimeGraph,
_logger
);