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);