tpierrain/NFluent

It would be great to add bool? support for Checks

tpierrain opened this issue · 1 comments

I wish I could use Checks for bool? such as:

 Check.That(umbrellas[0].UsTaxFormW8W9Needed).HasAValue().Which.IsFalse();

This is working nice with int?, long? etc but not for bool? yet.

It has been implemented thanks to PR #273. It will be part of 2.5.0 release.
It is available in current beta.