4 references to DashboardClient
Aspire.Dashboard (4)
DashboardWebApplication.cs (1)
234
builder.Services.TryAddSingleton<IDashboardClient,
DashboardClient
>();
ResourceService\DashboardClient.cs (3)
52
private readonly ILogger<
DashboardClient
> _logger;
83
_logger = loggerFactory.CreateLogger<
DashboardClient
>();
223
throw new InvalidOperationException($"{nameof(
DashboardClient
)} is disabled. Check the {nameof(IsEnabled)} property before calling this.");