1 write to _dashboardClient
Aspire.Dashboard (1)
Model\Assistant\AssistantChatDataContext.cs (1)
44_dashboardClient = dashboardClient;
6 references to _dashboardClient
Aspire.Dashboard (6)
Model\Assistant\AssistantChatDataContext.cs (6)
59return _dashboardClient.GetResources(); 62public string ApplicationName => _dashboardClient.ApplicationName; 69var resources = _dashboardClient.GetResources(); 232var resources = _dashboardClient.GetResources(); 255await foreach (var entry in _dashboardClient.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false)) 349var resources = _dashboardClient.GetResources();