| Property | Value |
|---|---|
| Severity | Warning |
| Category | ASP.NET Core |
| Code fix | No |
| Analyzer | Al1105MissingResilienceConfigurationAnalyzer |
| Enabled by default | Yes |
HTTP clients should be configured with resilience policies to handle transient failures gracefully. Use AddStandardResilienceHandler() from Microsoft.Extensions.Http.Resilience or AddResilienceHandler() with custom Polly policies. This ensures automatic retries, timeouts, and circuit breakers for improved reliability.