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)
274await _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); 290await UnexpectedDependencyMessages.LogAsync(allGraphs, _request.Project, _logger); 978GraphItem<RemoteResolveResult> currentGraphItem = await currentDependencyGraphItem.GetGraphItemAsync(_request.Project.RestoreMetadata, projectTargetFramework.PackagesToPrune, IsNewerThanNET10(projectTargetFramework.FrameworkName), isRootProject, targetGraphName, _logger); 1441RuntimeGraph? projectProviderRuntimeGraph = string.IsNullOrWhiteSpace(runtimeGraphPath) ? default : ProjectRestoreCommand.GetRuntimeGraph(runtimeGraphPath, _logger); 1444runtimeGraph = ProjectRestoreCommand.GetRuntimeGraph(restoreTargetGraphForTargetFramework, localRepositories, projectRuntimeGraph: projectProviderRuntimeGraph, _logger);