Skip to content
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

More What's New: DbContext APIs and behaviors #4074

Merged
merged 4 commits into from
Oct 7, 2022

Conversation

ajcvickers
Copy link
Member

No description provided.

@ajcvickers ajcvickers force-pushed the IThinkItsTimeForUsToHaveAToast1003 branch from 0763b94 to 9c6903c Compare October 7, 2022 14:01
@ajcvickers ajcvickers requested a review from a team October 7, 2022 14:04
@@ -3489,7 +3489,7 @@ The log level can be changed back to `Information` if desired:

### `IEntityEntryGraphIterator` is publicly usable

In EF, the <xref:Microsoft.EntityFrameworkCore.ChangeTracking.IEntityEntryGraphIterator> service can be used by applications. This is the service used internally when discovering a graph of entities to track, and also by <xref:Microsoft.EntityFrameworkCore.ChangeTracking.ChangeTracker.TrackGraph%2A>. Here's an example that iterates over all entities reachable from some starting entity:
In EF7, the <xref:Microsoft.EntityFrameworkCore.ChangeTracking.IEntityEntryGraphIterator> service can be used by applications. This is the service used internally when discovering a graph of entities to track, and also by <xref:Microsoft.EntityFrameworkCore.ChangeTracking.ChangeTracker.TrackGraph%2A>. Here's an example that iterates over all entities reachable from some starting entity:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we discuss "EF7" vs "EF 7"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so. EF7 comes after EF6. 🦆

ajcvickers and others added 2 commits October 7, 2022 22:12
Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
@ajcvickers ajcvickers merged commit 61926f4 into main Oct 7, 2022
@ajcvickers ajcvickers deleted the IThinkItsTimeForUsToHaveAToast1003 branch October 7, 2022 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants