2 references to ExecuteAsync
aspire (2)
Commands\ConfigCommand.cs (2)
83
return CommandResult.FromExitCode(await
ExecuteAsync
(key, cancellationToken));
89
return await
ExecuteAsync
(key, cancellationToken);