Breaking Changes:
-
Property selection for
IncludedPropertiesandExcludedPropertiesinQueryBuildOptionshas been revamped and now works very similarly to ExecuteUpdate in EF core.Property inclusion and exclusion is now type-safe and utilizes a
PropertySelectorsclass that allows explicitly specifying class members.You can chain property specification/selection via the
SelectPropertymethod. You can read more on how to do property inclusion and exclusion here.
Full Changelog: