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