2.16.20
Improvements
- Introduce the
TryCatch
class, which implements theITryCatch
interface with methods for executing sync or async, generic or non-generic delegates that returnTryCatchResult(<T>)
class (no more than twoCatchBlockHandler
supported so far). - Introduce the
ITryCatchBuilder
interface andTryCatchBuilder
class. - Add
NonEmptyCatchBlockFilter.ToCatchBlockHandler
andCatchBlockForAllHandler.ToTryCatch
methods. - Add
ToTryCatchBuilder
andToTryCatch
extension methods to theCatchBlockFilteredHandler
class.
Small changes
- Add CODE_COVERAGE.md.
Docs changes
- Update 'Calling Func and Action delegates in a resilient manner' README Chapter.