-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Supported targets
Dylan Reisenberger edited this page May 26, 2018
·
6 revisions
The following table summarises the target platforms supported by different versions of Polly. Only full release (not pre-release) versions are listed.
Target platform | Earliest Polly version with support |
Latest Polly version with support |
---|---|---|
.NET Standard 2.1 for use with IHttpClientFactory |
6.0.1 | Current |
.NET Standard 2.0 (dedicated target) | 6.0.1 | Current |
.NET Standard 2.0 | 5.0.3 via .Net Standard 1.0 (upward compatible) | Current |
.NET Standard 1.1 | 5.0.3 via .Net Standard 1.0 (upward compatible) | Current |
.NET Standard 1.0 | 5.0.3 | 5.1.0 |
.NET Framework 4.5 | 1.0.0 |
Current (via .Net Standard); 5.9.0 (as dedicated target) |
.NET Framework 4.0 with Async support |
4.2.2 | 5.9.0 |
.NET Framework 4.0 | 1.0.0 | 5.9.0 |
.NET Framework 3.5 | 1.0.0 | 4.3.0 |
Various PCL targets | 2.0.0 |
Current (via .Net Standard); 4.3.0 (as dedicated PCL target) |
- Home
- Polly RoadMap
- Contributing
- Transient fault handling and proactive resilience engineering
- Supported targets
- Retry
- Circuit Breaker
- Advanced Circuit Breaker
- Timeout
- Bulkhead
- Cache
- Rate-Limit
- Fallback
- PolicyWrap
- NoOp
- PolicyRegistry
- Polly and HttpClientFactory
- Asynchronous action execution
- Handling InnerExceptions and AggregateExceptions
- Statefulness of policies
- Keys and Context Data
- Non generic and generic policies
- Polly and interfaces
- Some policy patterns
- Debugging with Polly in Visual Studio
- Unit-testing with Polly
- Polly concept and architecture
- Polly v6 breaking changes
- Polly v7 breaking changes
- DISCUSSION PROPOSAL- Polly eventing and metrics architecture