5 writes to DashboardHealthy
aspire (1)
BackchannelJsonSerializerContext.DashboardUrlsState.g.cs (1)
30
ObjectWithParameterizedConstructorCreator = 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)
846
DashboardHealthy
= true,
Commands\RunCommandTests.cs (2)
348
DashboardHealthy
= false,
448
DashboardHealthy
= true,
TestServices\TestAppHostBackchannel.cs (1)
57
DashboardHealthy
= true,
3 references to DashboardHealthy
aspire (3)
BackchannelJsonSerializerContext.DashboardUrlsState.g.cs (2)
55
Getter = static obj => ((global::Aspire.Cli.Backchannel.DashboardUrlsState)obj).
DashboardHealthy
,
120
writer.WriteBoolean(PropName_DashboardHealthy, ((global::Aspire.Cli.Backchannel.DashboardUrlsState)value).
DashboardHealthy
);
Commands\RunCommand.cs (1)
236
if (dashboardUrls.
DashboardHealthy
is false)