2.17.0
Improvements
- Introduce
IErrorSet
interface andErrorSet
class. - Introduce
IncludeErrorSet(IErrorSet)
,ExcludeErrorSet(IErrorSet)
extension methods for policy processors. - Introduce
IncludeErrorSet(IErrorSet)
,ExcludeErrorSet(IErrorSet)
extension methods for library policies (RetryPolicy
,SimplePolicy
andFallbackPolicy
). - Add the
ITryCatch.ExecuteAsync
extension methods with theconfigureAwait
= false parameter.
Small changes
- Introduce
TryCatchResultBase.ExceptionHandlerIndex
property. - Improve conversion of
PolicyResult(<T>)
class toTryCatchResult(<T>)
class.
Docs changes
- Add 'TryCatch' README Chapter.