Class CliExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class CliExtensions
Methods
| Name | Description |
|---|---|
| ListenAndLog(Command, IFluentLog, CancellationToken) | |
| ListenAndLogAsync(Command, IFluentLog, CancellationToken) | |
| ListenAndLogAsync(Command, CancellationToken) | |
| ListenAndLogAsyncErroneous(Command, CancellationToken) | There is a problem with CliWrap ListenAsync - it does not correctly process cancellation and throws unobserved exception upon GC It happens because SemaphoreSlim used by Channel is already disposed(due to cancellation) when the process completes |