1 write to _logger
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
107
_logger
= logger;
21 references to _logger
aspire (21)
Projects\PrebuiltAppHostServer.cs (21)
117
_projectLayoutStore = new AppHostServerProjectLayoutStore(_workingDirectory,
_logger
);
239
_logger
.LogError(ex, "Failed to prepare prebuilt AppHost server");
249
_logger
.LogError(ex, "Failed to prepare prebuilt AppHost server");
308
_logger
.LogDebug("Restoring {Count} integration packages via bundled NuGet", packageRefs.Count);
793
var skipRestore = restoreFingerprint is not null && CanSkipIntegrationRestore(restoreDir, restoreFingerprint,
_logger
);
795
_logger
.LogDebug("Building integration project with {PackageCount} packages and {ProjectCount} project references (restore {RestoreState})",
801
_logger
.LogDebug("Integration project build failed on the restore assets; retrying with restore. First attempt output:\n{BuildOutput}",
809
_logger
.LogError("Integration project build failed. Output:\n{BuildOutput}", outputLines);
815
await WriteRestoreStampAsync(restoreDir, restoreFingerprint,
_logger
, cancellationToken).ConfigureAwait(false);
978
_logger
.LogDebug("Resolved channel: {Channel}", channelName);
1085
_logger
.LogWarning(ex, "Failed to get package channels, relying on nuget.config and nuget.org fallback");
1125
_logger
.LogWarning(ex, "Failed to get package channels while creating source override NuGet.config");
1162
_logger
.LogWarning(ex, "Failed to get package channels while creating channel NuGet.config for '{Channel}'.", requestedChannel);
1278
_logger
.LogWarning(ex, "Failed to resolve local Aspire package source for channel '{Channel}'.", requestedChannel);
1286
_logger
.LogDebug("Using local package source '{Source}' for channel '{Channel}'.", source, requestedChannel);
1375
_logger
.LogDebug("PrebuiltAppHostServer({ProcessId}) stdout: {Line}", execution.ProcessId, line);
1385
_logger
.LogInformation("PrebuiltAppHostServer({ProcessId}) stderr: {Line}", execution.ProcessId, line);
1459
_logger
.LogDebug("Setting {EnvironmentVariable} to {Path}", KnownConfigNames.IntegrationLibsPath, _integrationLibsPath);
1469
_logger
.LogDebug(
1493
_logger
.LogWarning(
1544
_logger
.LogWarning("Project reference assembly names file not found at {Path}", filePath);