Skip to content

2.16.20

Compare
Choose a tag to compare
@kolan72 kolan72 released this 26 Mar 13:52
· 345 commits to main since this release

Improvements

  • Introduce the TryCatch class, which implements the ITryCatch interface with methods for executing sync or async, generic or non-generic delegates that return TryCatchResult(<T>) class (no more than two CatchBlockHandler supported so far).
  • Introduce the ITryCatchBuilder interface and TryCatchBuilder class.
  • Add NonEmptyCatchBlockFilter.ToCatchBlockHandler and CatchBlockForAllHandler.ToTryCatch methods.
  • Add ToTryCatchBuilder and ToTryCatch extension methods to the CatchBlockFilteredHandler class.

Small changes

  • Add CODE_COVERAGE.md.

Docs changes

  • Update 'Calling Func and Action delegates in a resilient manner' README Chapter.