1 write to _logger
aspire (1)
Projects\TypeScriptAppHostProject.cs (1)
64_logger = logger;
30 references to _logger
aspire (30)
Projects\TypeScriptAppHostProject.cs (30)
66_runningInstanceManager = new RunningInstanceManager(_logger, _interactionService, _timeProvider); 276_logger.LogDebug(ex, "Error killing AppHost server process after code generation"); 319_logger.LogDebug("Running TypeScript AppHost: {AppHostFile}", appHostFile.FullName); 448_logger.LogError("TypeScript apphost exited with code {ExitCode}", typeScriptExitCode); 466_logger.LogDebug(ex, "Error killing AppHost server process after TypeScript failure"); 483_logger.LogDebug(ex, "Error killing AppHost server process"); 502_logger.LogError(ex, "Failed to run TypeScript AppHost"); 543_logger.LogDebug("No apphost.run.json or launchSettings.json found in {Path}", directory.FullName); 604_logger.LogDebug("Read {Count} environment variables from apphost.run.json", result.Count); 609_logger.LogWarning(ex, "Failed to read launchSettings.json"); 721_logger.LogDebug("tsx({ProcessId}) {Identifier}: {Line}", process.Id, "stdout", e.Data); 730_logger.LogDebug("tsx({ProcessId}) {Identifier}: {Line}", process.Id, "stderr", e.Data); 801_logger.LogDebug("nodemon({ProcessId}) {Identifier}: {Line}", process.Id, "stdout", e.Data); 810_logger.LogDebug("nodemon({ProcessId}) {Identifier}: {Line}", process.Id, "stderr", e.Data); 844_logger.LogDebug("Publishing TypeScript AppHost: {AppHostFile}", appHostFile.FullName); 934_logger.LogError("TypeScript apphost exited with code {ExitCode}", typeScriptExitCode); 952_logger.LogDebug(ex, "Error killing AppHost server process after TypeScript failure"); 968_logger.LogDebug(ex, "Error killing AppHost server process"); 983_logger.LogError(ex, "Failed to publish TypeScript AppHost"); 1016_logger.LogDebug("Starting backchannel connection to AppHost server at {SocketPath}", socketPath); 1022_logger.LogTrace("Attempting to connect to AppHost server backchannel at {SocketPath} (attempt {Attempt})", socketPath, ++connectionAttempts); 1026_logger.LogDebug("Connected to AppHost server backchannel at {SocketPath}", socketPath); 1031_logger.LogError("AppHost server process has exited. Unable to connect to backchannel at {SocketPath}", socketPath); 1043_logger.LogError("Timed out waiting for AppHost server to start after {Timeout} seconds", ConnectionTimeoutSeconds); 1061_logger.LogError(ex, "Failed to connect to AppHost server backchannel"); 1129_logger.LogWarning(ex, "Failed to check for updates to package {PackageId}", packageId); 1209_logger.LogDebug("Dev mode detected (ASPIRE_REPO_ROOT set), skipping generation cache"); 1248_logger.LogDebug("Generating TypeScript code via RPC for {Count} packages", packagesList.Count); 1324_logger.LogDebug("Calling generateCode RPC method"); 1345_logger.LogInformation("Generated {Count} TypeScript files in {Path}",