1 write to _attachTerminal
Aspire.Dashboard.Tests (1)
tests\Shared\TestDashboardClient.cs (1)
79
_attachTerminal
= attachTerminal;
1 reference to _attachTerminal
Aspire.Dashboard.Tests (1)
tests\Shared\TestDashboardClient.cs (1)
115
return
_attachTerminal
?.Invoke(terminalId, cancellationToken) ?? Task.FromResult<Stream>(new MemoryStream());