Hello ,
would it be possible to change AssertionExtensions in order to support
double.Should().Be(double)?
This: public static NumericAssertions<double?> Should(this double? actualValue);
Shodl be changed to: public static IntegralAssertions<double?> Should(this double? actualValue);
The same for float.
What do you think?
Rgrds,
Frantisek