3 writes to CliLogFilePath
Aspire.Cli.Tests (3)
Commands\PsCommandTests.cs (2)
650CliLogFilePath = "/logs/cli_20260516T120000_abcd1234.log" 690CliLogFilePath = "/logs/v1_path.log"
Commands\ResourceCommandTests.cs (1)
1218CliLogFilePath = "/tmp/aspire-logs/cli_apphost_20260516.log"
4 references to CliLogFilePath
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
542CliLogFilePath = legacyInfo.CliLogFilePath
Backchannel\AppHostConnectionResolver.cs (1)
311if (result.Success && result.Connection.AppHostInfo?.CliLogFilePath is { } cliLogFilePath)
Commands\PsCommand.cs (1)
343var cliLogFilePath = info.CliLogFilePath;
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
134CliLogFilePath = AppHostInfo.CliLogFilePath