1 write to _dashboardClient
Aspire.Dashboard (1)
Model\ConsoleLogsFetcher.cs (1)
26_dashboardClient = dashboardClient;
4 references to _dashboardClient
Aspire.Dashboard (4)
Model\ConsoleLogsFetcher.cs (4)
17public bool IsEnabled => _dashboardClient.IsEnabled; 35await foreach (var batch in _dashboardClient.GetConsoleLogs(resourceName, cancellationToken).ConfigureAwait(false)) 59if (!_dashboardClient.IsEnabled) 64var resources = _dashboardClient.GetResources().Where(r => resourceNames.Contains(r.Name)).ToList();