Skip to content

v1.4.18

Compare
Choose a tag to compare
@dtanglr dtanglr released this 01 Apr 18:04

This release contains a hotfix to a bug that affected all Primitively source-generated integer types.

The HasValue property was incorrectly returning false for instances encapsulating the default instance value of zero, despite the value falling between the configured Minimum and Maximum value rules for the type.

The base template for integers has been updated as part of the fix. The unit tests have also been updated because previously they supported the incorrect logic that caused the bug! Oops.