2 implementations of IsEnabled
Aspire.Dashboard.Components.Tests (1)
Controls\ApplicationNameTests.cs (1)
49public bool IsEnabled => true;
Aspire.Dashboard.Tests (1)
Integration\Playwright\MockDashboardClient.cs (1)
35public bool IsEnabled => true;
4 references to IsEnabled
Aspire.Dashboard (4)
DashboardWebApplication.cs (1)
288if (!client.IsEnabled)
Model\ResourceOutgoingPeerResolver.cs (1)
22if (!resourceService.IsEnabled)
ResourceService\DashboardClient.cs (1)
34/// will throw if <see cref="IDashboardClient.IsEnabled"/> is <see langword="false"/>. Callers should
ResourceService\IDashboardClient.cs (1)
17/// Users of this client should check <see cref="IsEnabled"/> before calling