2 writes to IsHealthy
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
466
IsHealthy
= urlsState?.DashboardHealthy ?? false
BackchannelJsonSerializerContext.GetDashboardInfoResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.GetDashboardInfoResponse(){ McpBaseUrl = (string)args[0], McpApiToken = (string)args[1], ApiBaseUrl = (string)args[2], ApiToken = (string)args[3], DashboardUrls = (string[])args[4],
IsHealthy
= (bool)args[5] },
2 references to IsHealthy
aspire (2)
BackchannelJsonSerializerContext.GetDashboardInfoResponse.g.cs (2)
161
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)obj).
IsHealthy
,
195
writer.WriteBoolean(PropName_IsHealthy, ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)value).
IsHealthy
);