3 implementations of SubscribeConsoleLogs
Aspire.Dashboard (1)
ResourceService\DashboardClient.cs (1)
461async IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>? IDashboardClient.SubscribeConsoleLogs(string resourceName, [EnumeratorCancellation] CancellationToken cancellationToken)
Aspire.Dashboard.Components.Tests (1)
Controls\ApplicationNameTests.cs (1)
54public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>? SubscribeConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();
Aspire.Dashboard.Tests (1)
Integration\Playwright\MockDashboardClient.cs (1)
40public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>>? SubscribeConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();
1 reference to SubscribeConsoleLogs
Aspire.Dashboard (1)
ResourceService\DashboardClient.cs (1)
33/// <see cref="IDashboardClient.SubscribeResourcesAsync"/> and <see cref="IDashboardClient.SubscribeConsoleLogs"/>