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); 793var 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); 815await 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);