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)
29if (_result is not null) 31return _result.Value; 69return _result.Value;