2 writes to IsHidden
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
221
IsHidden
= hideDashboard
Stress.AppHost (1)
Program.cs (1)
35
IsHidden
= true
6 references to IsHidden
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (1)
646
newState.
IsHidden
,
Dashboard\DashboardServiceData.cs (1)
59
IsHidden = snapshot.
IsHidden
,
Aspire.Hosting.Tests (3)
AddConnectionStringTests.cs (1)
64
Assert.False(state.
IsHidden
);
AddParameterTests.cs (1)
34
Assert.False(state.
IsHidden
);
Dashboard\DashboardResourceTests.cs (1)
54
Assert.True(initialSnapshot.InitialSnapshot.
IsHidden
);
Aspire.Playground.Tests (1)
Infrastructure\DistributedApplicationExtensions.cs (1)
106
return Task.WhenAll(applicationModel.Resources.Select(r => app.ResourceNotifications.WaitForResourceAsync(r.Name, r => targetStates?.Contains(r.Snapshot.State?.Text, StringComparer.OrdinalIgnoreCase) is true || r.Snapshot.
IsHidden
, cancellationToken)));