1 write to _executionContext
aspire (1)
Commands\BaseCommand.cs (1)
72_executionContext = services.ExecutionContext;
3 references to _executionContext
aspire (3)
Commands\BaseCommand.cs (3)
57protected CliExecutionContext ExecutionContext => _executionContext; 102_executionContext.Command = this; 223string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.SeeLogsAt, MarkupHelpers.SafeFileLink(InteractionService, _executionContext.LogFilePath)),