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)
59
return
_dashboardClient
.GetResources();
62
public string ApplicationName =>
_dashboardClient
.ApplicationName;
69
var resources =
_dashboardClient
.GetResources();
232
var resources =
_dashboardClient
.GetResources();
255
await foreach (var entry in
_dashboardClient
.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false))
349
var resources =
_dashboardClient
.GetResources();