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)
56
return
_dashboardClient
.GetResources();
59
public string ApplicationName =>
_dashboardClient
.ApplicationName;
66
var resources =
_dashboardClient
.GetResources();
238
var resources =
_dashboardClient
.GetResources();
261
await foreach (var entry in
_dashboardClient
.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false))
308
var resources =
_dashboardClient
.GetResources();