2 writes to _result
Aspire.Hosting.GitHub.Models (2)
GitHubModelsHealthCheck.cs (2)
57
_result
= response.StatusCode switch
66
_result
= HealthCheckResult.Unhealthy($"Failed to check GitHub Models endpoint: {ex.Message}", ex);
3 references to _result
Aspire.Hosting.GitHub.Models (3)
GitHubModelsHealthCheck.cs (3)
29
if (
_result
is not null)
31
return
_result
.Value;
69
return
_result
.Value;