EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class CliExtensions

    Inheritance
    object
    CliExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Scaffolding
    Assembly: PoeShared.dll
    Syntax
    public static class CliExtensions

    Methods

    Name Description
    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

    © Xab3r. All rights reserved.