1 write to _logger
Microsoft.DotNet.Baselines.Tasks (1)
PRCreator.cs (1)
32_logger = logger;
11 references to _logger
Microsoft.DotNet.Baselines.Tasks (11)
PRCreator.cs (11)
53_logger.LogMessage(MessageImportance.High, $"Starting PR creation at {startTime} UTC."); 67return !_logger.HasLoggedErrors; 77_logger.LogError($"Failed to fetch the original tree for branch '{targetBranch}' in repository '{_gitHubOrg}/{_gitHubRepoName}'."); 87_logger.LogError($"No files found in the original tree for branch '{targetBranch}' in repository '{_gitHubOrg}/{_gitHubRepoName}'."); 406_logger.LogWarning($"Failed to merge the target branch into the existing pull request: {e.Message}"); 407_logger.LogWarning("Continuing with updating the existing pull request. You may need to resolve conflicts manually in the PR."); 458_logger.LogMessage(MessageImportance.High, "No changes to commit. Skipping PR creation/updates."); 474_logger.LogMessage(MessageImportance.High, $"Updated existing pull request #{pullRequest.Number}. URL: {pullRequest.HtmlUrl}"); 487_logger.LogMessage(MessageImportance.High, $"Created pull request #{pullRequest.Number}. URL: {pullRequest.HtmlUrl}"); 522_logger.LogWarning($"Rate limit exceeded. Retrying after {delay.TotalSeconds} seconds..."); 531_logger.LogWarning($"Attempt {attempt} failed: {ex.Message}. Retrying in {delayMilliseconds}ms...");