2 references to ExecuteAsync
aspire (2)
Commands\ConfigCommand.cs (2)
93
return
ExecuteAsync
(key, cancellationToken);
99
return await
ExecuteAsync
(key, cancellationToken);