1 write to _logger
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
438_logger = logger ?? throw new ArgumentNullException(nameof(logger));
2 references to _logger
Microsoft.DotNet.Build.Tasks.Feed (2)
src\ProductionChannelValidator.cs (2)
449_logger.LogDebug($"Fetching branch classifications from: {url}"); 472_logger.LogDebug(ex, $"Error fetching branch classifications for {organizationName}/{projectId}/{repositoryId}");