6 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 (5)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
857DashboardHealthy = true,
Commands\RunCommandTests.cs (3)
341DashboardHealthy = false, 442DashboardHealthy = true, 505DashboardHealthy = true,
TestServices\TestAppHostBackchannel.cs (1)
57DashboardHealthy = true,
3 references to DashboardHealthy
aspire (3)
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)
229if (dashboardUrls.DashboardHealthy is false)