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