1 write to _inner
Aspire.Cli.Tests (1)
Commands\TerminalCommandTests.cs (1)
667
_inner
= inner;
24 references to _inner
Aspire.Cli.Tests (24)
Commands\TerminalCommandTests.cs (24)
671
public string Hash =>
_inner
.Hash;
672
public string SocketPath =>
_inner
.SocketPath;
673
public AppHostInformation? AppHostInfo =>
_inner
.AppHostInfo;
674
public bool IsInScope =>
_inner
.IsInScope;
675
public DateTimeOffset ConnectedAt =>
_inner
.ConnectedAt;
676
public bool SupportsV2 =>
_inner
.SupportsV2;
677
public bool SupportsV3 =>
_inner
.SupportsV3;
678
public bool SupportsTerminalsV1 =>
_inner
.SupportsTerminalsV1;
683
return
_inner
.GetTerminalInfoAsync(resourceName, cancellationToken);
688
return
_inner
.ListTerminalsAsync(cancellationToken);
692
=>
_inner
.GetDashboardUrlsAsync(cancellationToken);
694
=>
_inner
.GetResourceSnapshotsAsync(includeHidden, cancellationToken);
696
=>
_inner
.WatchResourceSnapshotsAsync(includeHidden, cancellationToken);
698
=>
_inner
.GetResourceLogsAsync(resourceName, follow, cancellationToken);
700
=>
_inner
.StopAppHostAsync(cancellationToken);
702
=>
_inner
.ExecuteResourceCommandAsync(resourceName, commandName, options, cancellationToken);
704
=>
_inner
.WaitForResourceAsync(resourceName, status, timeoutSeconds, cancellationToken);
706
=>
_inner
.CallResourceMcpToolAsync(resourceName, toolName, arguments, cancellationToken);
708
=>
_inner
.GetDashboardInfoV2Async(cancellationToken);
711
=>
_inner
.GetAppHostInfoV2Async(cancellationToken);
714
=>
_inner
.WaitForAppHostReadyAsync(cancellationToken);
717
=>
_inner
.GetConsoleLogsAsync(request, cancellationToken);
720
=>
_inner
.GetConsoleLogBatchesAsync(request, cancellationToken);
722
public void Dispose() =>
_inner
.Dispose();