3 implementations of IsEnabled
Aspire.Dashboard.Components.Tests (2)
Controls\ApplicationNameTests.cs (1)
75
public bool
IsEnabled
=> true;
Shared\TestDashboardClient.cs (1)
18
public bool
IsEnabled
{ get; }
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
31
public bool
IsEnabled
=> true;
4 references to IsEnabled
Aspire.Dashboard (4)
DashboardWebApplication.cs (1)
376
if (!client.
IsEnabled
)
Model\ResourceOutgoingPeerResolver.cs (1)
23
if (!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