1 write to _dashboardClient
Aspire.Dashboard (1)
Model\Assistant\AssistantChatDataContext.cs (1)
41_dashboardClient = dashboardClient;
6 references to _dashboardClient
Aspire.Dashboard (6)
Model\Assistant\AssistantChatDataContext.cs (6)
57return _dashboardClient.GetResources(); 60public string ApplicationName => _dashboardClient.ApplicationName; 67var resources = _dashboardClient.GetResources(); 230var resources = _dashboardClient.GetResources(); 253await foreach (var entry in _dashboardClient.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false)) 299var resources = _dashboardClient.GetResources();