Implemented interface member:
property
IsEnabled
Aspire.Dashboard.ServiceClient.IDashboardClient.IsEnabled
2 references to IsEnabled
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (1)
328
throw new InvalidOperationException($"{nameof(DashboardClient)} is disabled. Check the {nameof(
IsEnabled
)} property before calling this.");
ServiceClient\SelectedDashboardClient.cs (1)
12
public bool IsEnabled => IsReadOnly || currentClient.
IsEnabled
;