The object + type overloads of Numerics.IsFloatingPointNumeric were updated in #3831 to return true when given a decimal. For consistency, we should ensure the IsFixedPointNumeric function returns false when given a decimal. This should just be a matter of removing this line: https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Constraints/Numerics.cs#L71
The object + type overloads of
Numerics.IsFloatingPointNumericwere updated in #3831 to returntruewhen given a decimal. For consistency, we should ensure theIsFixedPointNumericfunction returns false when given a decimal. This should just be a matter of removing this line: https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Constraints/Numerics.cs#L71