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