Skip to content

5.0.0

Latest

Choose a tag to compare

@marcovr marcovr released this 18 Aug 07:47
21e0a3a

What's Changed

  • Added more overloads for MatchAsync for various combinations of Action<T> and Func<T, Task> callbacks
    • The goal is to avoid running into cases where MatchAsync would return Task<Task>. See #50

Breaking changes

  • Require .NET 10 instead of netstandard 2.0
  • Added overloads marked as obsolete for cases where MatchAsync would return Task<Task>
    • These overloads still work exactly as before but produce a warning because of the high risk of only awaiting the wrapper Task and not observing the inner Task

New Contributors

Full Changelog: 4.3.0...5.0.0