1 write to _logger
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
36_logger = logger ?? throw new ArgumentNullException(nameof(logger));
12 references to _logger
Microsoft.DotNet.Build.Tasks.Feed (12)
src\ProductionChannelValidator.cs (12)
50_logger.LogInformation($"Target channel {targetChannel.Id} is not a production channel, skipping validation"); 54_logger.LogInformation($"Validating build {build.Id} for production channel {targetChannel.Id}"); 86_logger.LogInformation($"Build {build.Id} passed all production channel validations"); 116_logger.LogWarning(message); 120_logger.LogError(message); 132_logger.LogWarning(exception, message); 136_logger.LogError(exception, message); 173_logger.LogDebug($"Validating Azure DevOps tags for build {build.Id}"); 185_logger.LogDebug($"Build {build.Id} has required tag '{RequiredAzureDevOpsTag}'"); 232_logger.LogDebug($"Checking branch classification for {azureDevOpsAccount}/{projectId}/{repositoryId}, branch: {branchName}"); 243_logger.LogDebug($"Branch '{branchName}' is classified as a production branch"); 255_logger.LogDebug(ex, $"Failed to fetch branch classifications for build {build.Id}");