Skip to content

Releases: afnpires/Ensure

Performance imporvement

01 Sep 11:36
Compare
Choose a tag to compare
  • Remove existing allocations

BREAKING CHANGES:

  • EnsureNotNull will only accept class types as acting value parameter. Bye bye structs and
    allocations.
  • Ensure will not validate if the acting value is null.