Skip to content

v2.5.0

Compare
Choose a tag to compare
@vkhorikov vkhorikov released this 29 Mar 14:52
· 641 commits to master since this release

PRs:

  • #188 -- Tap()/TapIf() - Major overhaul including examples
  • #192 -- TapIf overloads for handling result-returning funcs

Fixed issues:

  • #174 -- Risky Tap signatures
  • #179 -- Add Task<Result<T, E>> Tap<T, E, >(this Task<Result<T, E>> resultTask, Func<T, Task<>> func) override to TapAsyncBoth