Skip to content

1.0.0

Latest

Choose a tag to compare

@vkotsev-mustackable vkotsev-mustackable released this 28 Dec 12:55
· 1 commit to main since this release

Breaking Changes:

  • Property selection for IncludedProperties and ExcludedProperties in QueryBuildOptions has been revamped and now works very similarly to ExecuteUpdate in EF core.

    Property inclusion and exclusion is now type-safe and utilizes a PropertySelectors class that allows explicitly specifying class members.

    You can chain property specification/selection via the SelectProperty method. You can read more on how to do property inclusion and exclusion here.

Full Changelog:

0.8.4...v1.0.0