1 write to _dashboardClient
Aspire.Dashboard (1)
Model\Assistant\AssistantChatDataContext.cs (1)
40_dashboardClient = dashboardClient;
6 references to _dashboardClient
Aspire.Dashboard (6)
Model\Assistant\AssistantChatDataContext.cs (6)
56return _dashboardClient.GetResources(); 59public string ApplicationName => _dashboardClient.ApplicationName; 66var resources = _dashboardClient.GetResources(); 238var resources = _dashboardClient.GetResources(); 261await foreach (var entry in _dashboardClient.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false)) 308var resources = _dashboardClient.GetResources();