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