1 write to _executionContext
aspire (1)
Commands\BaseCommand.cs (1)
76_executionContext = services.ExecutionContext;
4 references to _executionContext
aspire (4)
Commands\BaseCommand.cs (4)
61protected CliExecutionContext ExecutionContext => _executionContext; 106_executionContext.Command = this; 210_executionContext.LogFilePath, 237string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.SeeLogsAt, MarkupHelpers.SafeFileLink(InteractionService, _executionContext.LogFilePath)),