1 write to _inner
Aspire.Cli.Tests (1)
Commands\TerminalCommandTests.cs (1)
668
_inner
= inner;
25 references to _inner
Aspire.Cli.Tests (25)
Commands\TerminalCommandTests.cs (25)
672
public IAppHostSocket Socket =>
_inner
.Socket;
673
public string SocketPath =>
_inner
.SocketPath;
674
public AppHostInformation? AppHostInfo =>
_inner
.AppHostInfo;
675
public bool IsInScope =>
_inner
.IsInScope;
676
public DateTimeOffset ConnectedAt =>
_inner
.ConnectedAt;
677
public bool SupportsV2 =>
_inner
.SupportsV2;
678
public bool SupportsV3 =>
_inner
.SupportsV3;
679
public bool SupportsTerminalsV1 =>
_inner
.SupportsTerminalsV1;
680
public bool SupportsResourceSnapshotVersionsV1 =>
_inner
.SupportsResourceSnapshotVersionsV1;
685
return
_inner
.GetTerminalInfoAsync(resourceName, cancellationToken);
690
return
_inner
.ListTerminalsAsync(cancellationToken);
694
=>
_inner
.GetDashboardUrlsAsync(cancellationToken);
696
=>
_inner
.GetResourceSnapshotsAsync(includeHidden, cancellationToken);
698
=>
_inner
.WatchResourceSnapshotsAsync(includeHidden, cancellationToken);
700
=>
_inner
.GetResourceLogsAsync(resourceName, follow, cancellationToken);
702
=>
_inner
.StopAppHostAsync(cancellationToken);
704
=>
_inner
.ExecuteResourceCommandAsync(resourceName, commandName, options, cancellationToken);
706
=>
_inner
.WaitForResourceAsync(resourceName, status, timeoutSeconds, cancellationToken);
708
=>
_inner
.CallResourceMcpToolAsync(resourceName, toolName, arguments, cancellationToken);
710
=>
_inner
.GetDashboardInfoV2Async(cancellationToken);
713
=>
_inner
.GetAppHostInfoV2Async(cancellationToken);
716
=>
_inner
.WaitForAppHostReadyAsync(cancellationToken);
719
=>
_inner
.GetConsoleLogsAsync(request, cancellationToken);
722
=>
_inner
.GetConsoleLogBatchesAsync(request, cancellationToken);
724
public void Dispose() =>
_inner
.Dispose();