11 references to Disconnected
Aspire.Dashboard (5)
Components\Layout\ResourceServiceConnectionProvider.cs (2)
42if (DashboardClient.ConnectionState is DashboardConnectionState.Disconnected or DashboardConnectionState.Unsupported) 77else if (state is DashboardConnectionState.Disconnected)
ServiceClient\DashboardClient.cs (3)
291else if (state is DashboardConnectionState.Disconnected or DashboardConnectionState.Connecting or DashboardConnectionState.Unsupported) 377SetConnectionState(DashboardConnectionState.Disconnected); 465SetConnectionState(DashboardConnectionState.Disconnected);
Aspire.Dashboard.Tests (6)
Model\DashboardClientTests.cs (6)
303instance.SetConnectionStateForTesting(DashboardConnectionState.Disconnected); 305Assert.Equal(DashboardConnectionState.Disconnected, client.ConnectionState); 308s => Assert.Equal(DashboardConnectionState.Disconnected, s)); 334instance.SetConnectionStateForTesting(DashboardConnectionState.Disconnected); 353if (state == DashboardConnectionState.Disconnected) 386if (state == DashboardConnectionState.Disconnected)