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)
52
return
_dashboardClient
.GetResources();
55
public string ApplicationName =>
_dashboardClient
.ApplicationName;
62
var resources =
_dashboardClient
.GetResources();
225
var resources =
_dashboardClient
.GetResources();
248
await foreach (var entry in
_dashboardClient
.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false))
294
var resources =
_dashboardClient
.GetResources();