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