2 references to ExecuteAsync
aspire (2)
Commands\ConfigCommand.cs (2)
148return CommandResult.FromExitCode(await ExecuteAsync(key, value, isGlobal, cancellationToken)); 161return await ExecuteAsync(key, value, isGlobal, cancellationToken);