1 write to _logger
aspire (1)
NuGet\BundleNuGetService.cs (1)
54_logger = logger;
8 references to _logger
aspire (8)
NuGet\BundleNuGetService.cs (8)
95if (File.Exists(manifestPath) && TryValidatePackageManifest(manifestPath, _logger)) 97_logger.LogDebug("Using cached package manifest at {Path}", manifestPath); 102_logger.LogDebug("Restoring {Count} integration packages in-process", packageList.Count); 120_logger.LogError("Package restore failed"); 121_logger.LogError("Package restore stderr: {Error}", ex.Output); 138_logger.LogError("Manifest creation failed"); 139_logger.LogError("Manifest creation stderr: {Error}", ex.Output); 143_logger.LogDebug("Package manifest created at {Path}", manifestPath);