1 write to _logger
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
62_logger = logger;
9 references to _logger
aspire (9)
Projects\PrebuiltAppHostServer.cs (9)
107_logger.LogDebug("Restoring {Count} integration packages", packageList.Count); 131_logger.LogError(ex, "Failed to prepare prebuilt AppHost server"); 159_logger.LogDebug("Resolved channel: {Channel}", channelName); 201_logger.LogDebug("Using channel '{Channel}' NuGet source: {Source}", channel.Name, mapping.Source); 208_logger.LogWarning(ex, "Failed to get package channels, relying on nuget.config and nuget.org fallback"); 271_logger.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}", _integrationLibsPath); 276_logger.LogWarning("Integration libs path is null - assemblies may not resolve correctly"); 318_logger.LogDebug("PrebuiltAppHostServer({ProcessId}) stdout: {Line}", process.Id, e.Data); 326_logger.LogDebug("PrebuiltAppHostServer({ProcessId}) stderr: {Line}", process.Id, e.Data);