dotnet-resilience Modern resilience patterns for .NET applications using Polly v8 and . Covers the standard resilience pipeline (rate limiter, total timeout, retry, circuit breaker, attempt timeout), custom pipeline configuration, and integration with the .NET dependency injection system. Superseded package: is superseded by . Do not use for new projects. See the migration guide for upgrading existing code. Out of scope: DI container mechanics and service lifetimes -- see [skill:dotnet-csharp-dependency-injection]. Async/await patterns and cancellation token propagation -- see [skill:dotnet-c…