4 implementations of GetConsoleLogs
Aspire.Dashboard (1)
ResourceService\DashboardClient.cs (1)
520
async IAsyncEnumerable<IReadOnlyList<ResourceLogLine>> IDashboardClient.
GetConsoleLogs
(string resourceName, [EnumeratorCancellation] CancellationToken cancellationToken)
Aspire.Dashboard.Components.Tests (2)
Controls\ApplicationNameTests.cs (1)
82
public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();
Shared\TestDashboardClient.cs (1)
66
public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, CancellationToken cancellationToken)
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
53
public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();