2 writes to LogFilePath
aspire (2)
Commands\PsCommand.cs (2)
316LogFilePath = appHost.LogFilePath 389LogFilePath = cliLogFilePath
3 references to LogFilePath
aspire (1)
Commands\PsCommand.cs (1)
316LogFilePath = appHost.LogFilePath
Aspire.Cli.Tests (2)
Commands\PsCommandTests.cs (2)
673Assert.Equal("/logs/cli_20260516T120000_abcd1234.log", appHosts[0].LogFilePath); 720Assert.Equal("/logs/v2_override_path.log", appHosts[0].LogFilePath);