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