5 overrides of InteractiveExecuteAsync
aspire (5)
Commands\ConfigCommand.cs (5)
86
public override async Task<int>
InteractiveExecuteAsync
(CancellationToken cancellationToken)
151
public override async Task<int>
InteractiveExecuteAsync
(CancellationToken cancellationToken)
218
public override Task<int>
InteractiveExecuteAsync
(CancellationToken cancellationToken)
382
public override async Task<int>
InteractiveExecuteAsync
(CancellationToken cancellationToken)
458
public override Task<int>
InteractiveExecuteAsync
(CancellationToken cancellationToken)
1 reference to InteractiveExecuteAsync
aspire (1)
Commands\ConfigCommand.cs (1)
59
return CommandResult.FromExitCode(await subcommand.
InteractiveExecuteAsync
(cancellationToken));