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)
57
return
_dashboardClient
.GetResources();
60
public string ApplicationName =>
_dashboardClient
.ApplicationName;
67
var resources =
_dashboardClient
.GetResources();
230
var resources =
_dashboardClient
.GetResources();
253
await foreach (var entry in
_dashboardClient
.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false))
299
var resources =
_dashboardClient
.GetResources();