-
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
EF Core 2.1 Roadmap Update #9418
Comments
+1 I think feature comparison should have a higher priority. |
To see our current ambitions for 2.1, you can always look at the issues in the 2.1.0 milestone with the type-enhancement label. |
Can you please add the issue number to the following paragraphs: |
Added a few issue numbers. These ones related to some points but didn't cover the whole thing:
|
Thanks for the updates! |
I have updated both the roadmap and the feature comparison page. @bricelam I would like to understand where the list at #9418 (comment) fits 😄 |
Thanks! |
Looking over the roadmap, you have Lazy Loading listed as Critical while TPT as High. I think these should be inversed, since TPT prevents businesses from adopting EF Core while Lazy Loading is simply an optimization that can be done at the code level (ie: either fetch with proper includes upfront or simply query twice). In other words it's not a BLOCKER, while TPT/TPC is. |
I totally second what @marchy said. @divega Thanks for updating the roadmap, would be nice if you can point out 2.1 (future) etc. or something similar in the list. |
@weitzhandler all the empty boxes on the EF Core column would be marked as future. I am reluctant to try to assign items in that table to a more specific milestone because all future plans can change. In the roadmap page we are very explicit about that as a caveat. |
First of all I'm glad to hear you guys have the desire to have the whole table implemented... |
Is there a plan for when interceptors come into EF Core? Do they come back at all? I'm about to use reflection as proposed in this link for the sake of interception, but that's really not lightweight. |
@Nefcanto EF Core integrates with DiagnosticSource/DisgnosticListener which can be used for many of the things that EF6 interceptors were used for--see the CoreEventId and RelationalEventId classes for events currently generated. |
Can you share a link with me on how to do it? I couldn't find one. |
@Nefcanto There is an issue tracking docs for this: dotnet/EntityFramework.Docs#583. Until that is completed, there is an example here: #626 (comment) |
Roadmap Update
I know EF Core 2.0 was just released, but it might be helpful for contributors and users alike to have an idea of what the roadmap for EF Core 2.1 is looking like. Is this something that can be updated here? Also, it would be an immense help to developers if these feature comparison doc pages could be updated as well here.
Thanks!
The text was updated successfully, but these errors were encountered: