1 write to _dashboardClient
Aspire.Dashboard (1)
Model\Assistant\AssistantChatDataContext.cs (1)
37_dashboardClient = dashboardClient;
6 references to _dashboardClient
Aspire.Dashboard (6)
Model\Assistant\AssistantChatDataContext.cs (6)
52return _dashboardClient.GetResources(); 55public string ApplicationName => _dashboardClient.ApplicationName; 62var resources = _dashboardClient.GetResources(); 225var resources = _dashboardClient.GetResources(); 248await foreach (var entry in _dashboardClient.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false)) 294var resources = _dashboardClient.GetResources();