-
Notifications
You must be signed in to change notification settings - Fork 22
Changes & Breaking Changes
Leonardo Porro edited this page Sep 13, 2023
·
16 revisions
Make sure to take a look and feel free to open an issue if you don't agree with the change.
- Dropped support for netstandard. All the target frameworks are now "net8.0".
- UseDetached() marked as obsolete. Please use UseMapper() instead.
- Internal EF classes renamed: e.g. EFMapper is now EntityMapper. That might break something if the library has been extended/hacked.
- Profile management configuration refactor.
- MapParameters updated:
- Upsert -> MissingRootBehavior
- AddAggregations -> MissingAggregationBehavior
- AssociateExistingCompositions -> ExistingCompositionBehavior Added CompositeCollectionBehavior.
- [NotMapped] won't be handled anymore. Please replace it by [MapIgnore]. Also .NotMapped() fluent extension was changed to .Ignore().