1 write to _logger
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
72_logger = logger;
12 references to _logger
aspire (12)
Projects\PrebuiltAppHostServer.cs (12)
150_logger.LogError(ex, "Failed to prepare prebuilt AppHost server"); 169_logger.LogDebug("Restoring {Count} integration packages via bundled NuGet", packageRefs.Count); 215_logger.LogWarning(ex, "Failed to configure NuGet sources for integration project build"); 239_logger.LogDebug("Building integration project with {PackageCount} packages and {ProjectCount} project references", 256_logger.LogError("Integration project build failed. Output:\n{BuildOutput}", outputLines); 351_logger.LogDebug("Resolved channel: {Channel}", channelName); 397_logger.LogWarning(ex, "Failed to get package channels, relying on nuget.config and nuget.org fallback"); 443_logger.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}", _integrationLibsPath); 448_logger.LogWarning("Integration libs path is null - assemblies may not resolve correctly"); 489_logger.LogDebug("PrebuiltAppHostServer({ProcessId}) stdout: {Line}", process.Id, e.Data); 497_logger.LogDebug("PrebuiltAppHostServer({ProcessId}) stderr: {Line}", process.Id, e.Data); 519_logger.LogWarning("Project reference assembly names file not found at {Path}", filePath);