5 writes to DashboardHealthy
aspire (1)
BackchannelJsonSerializerContext.DashboardUrlsState.g.cs (1)
30ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.DashboardUrlsState(){ DashboardHealthy = (bool)args[0], BaseUrlWithLoginToken = (string)args[1], CodespacesUrlWithLoginToken = (string)args[2] },
Aspire.Cli.Tests (4)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
846DashboardHealthy = true,
Commands\RunCommandTests.cs (2)
348DashboardHealthy = false, 448DashboardHealthy = true,
TestServices\TestAppHostBackchannel.cs (1)
57DashboardHealthy = true,
3 references to DashboardHealthy
aspire (3)
BackchannelJsonSerializerContext.DashboardUrlsState.g.cs (2)
55Getter = static obj => ((global::Aspire.Cli.Backchannel.DashboardUrlsState)obj).DashboardHealthy, 120writer.WriteBoolean(PropName_DashboardHealthy, ((global::Aspire.Cli.Backchannel.DashboardUrlsState)value).DashboardHealthy);
Commands\RunCommand.cs (1)
236if (dashboardUrls.DashboardHealthy is false)