-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Equivalent events to ObjectMaterialized and SavingChanges in EF Core? #3204
Comments
This is being tracked by #626. It won't be in our November RC, but you can override |
@rowanmiller Thanks for the update and appreciate your suggestions. For now, we're holding off switching to EF7 (still on EF6) since the workaround suggested would be rather klunky. #626 is good but the concern is that it's a more complex requirement, delaying the engineering, testing and final release as compared to this sub-set of requirements (just two hooks). If not Nov-RC, are there any best guesses on when (to nearest month or quarter) this feature (perhaps in it's basic form) will be making an RC? |
@user100003 I don't have a definite answer for you as we haven't really done any prioritization of features post the initial RTM. That said, this is a fairly fundamental requirement and so I think we'll prioritize it pretty quickly after initial release. |
+1 |
same here ... looks like bot htis ticket and #626 have stopped ... is this going anywhere? I have been using jcachat/dynamicfilters package which is sort of a good step but has some interesting problems due to the lack of "good hooks" in core EF. Here's that other package ... https://github.com/jcachat/EntityFramework.DynamicFilters |
Hi,
On EF6, we hook into the ObjectMaterialized and SavingChanges events very easily to perform some DateTime transformations that are required for sharing the DB with other applications.
Considering the ObjectContext API isn't there in EF7, what are the equivalent events to ObjectMaterialized and SavingChanges in order to achieve the same functionality?
Thanks
The text was updated successfully, but these errors were encountered: