3 implementations of IsEnabled
Aspire.Dashboard.Components.Tests (2)
Controls\ApplicationNameTests.cs (1)
75public bool IsEnabled => true;
Shared\TestDashboardClient.cs (1)
18public bool IsEnabled { get; }
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
31public bool IsEnabled => true;
4 references to IsEnabled
Aspire.Dashboard (4)
DashboardWebApplication.cs (1)
376if (!client.IsEnabled)
Model\ResourceOutgoingPeerResolver.cs (1)
23if (!resourceService.IsEnabled)
ResourceService\DashboardClient.cs (1)
34/// will throw if <see cref="IDashboardClient.IsEnabled"/> is <see langword="false"/>. Callers should
ResourceService\IDashboardClient.cs (1)
19/// Users of <see cref="IDashboardClient"/> client should check <see cref="IsEnabled"/> before calling