5 implementations of GetConsoleLogs
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
690
public async IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, [EnumeratorCancellation] CancellationToken cancellationToken)
Aspire.Dashboard.Components.Tests (2)
Controls\ApplicationNameTests.cs (1)
81
public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();
Shared\TestDashboardClient.cs (1)
73
public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, CancellationToken cancellationToken)
Aspire.Dashboard.Tests (2)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
38
public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();
ResourceOutgoingPeerResolverTests.cs (1)
229
public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>
GetConsoleLogs
(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();