Skip to content

NFluent V3.0.1

Compare
Choose a tag to compare
@dupdob dupdob released this 09 Jun 09:38
· 25 commits to master since this release

V 3.0.1

Fix

  • Fix Check.ThatCode not awaiting Task returning lambdas in V3.0.0. Note that Task<T> returning lambdas do work in V3.0.0
  • an InvalidOperation is thrown when using Check.ThatCode on an async void method/lambda (as those cannot be awaited)