7 writes to DashboardHealthy
aspire (1)
BackchannelJsonSerializerContext.DashboardUrlsState.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.DashboardUrlsState(){ DashboardHealthy = (bool)args[0], BaseUrlWithLoginToken = (string)args[1], CodespacesUrlWithLoginToken = (string)args[2] },
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
815DashboardHealthy = true,
Commands\RunCommandTests.cs (4)
320DashboardHealthy = false, 417DashboardHealthy = true, 487DashboardHealthy = true, 558DashboardHealthy = true,
TestServices\TestAppHostCliBackchannel.cs (1)
53DashboardHealthy = true,
4 references to DashboardHealthy
aspire (4)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
466IsHealthy = urlsState?.DashboardHealthy ?? false
BackchannelJsonSerializerContext.DashboardUrlsState.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.DashboardUrlsState)obj).DashboardHealthy, 126writer.WriteBoolean(PropName_DashboardHealthy, ((global::Aspire.Cli.Backchannel.DashboardUrlsState)value).DashboardHealthy);
Commands\RunCommand.cs (1)
263if (dashboardUrls.DashboardHealthy is false)