Skip to content

Commit

Permalink
Update entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shay Rojansky <roji@roji.org>
  • Loading branch information
ajcvickers and roji authored Mar 10, 2024
1 parent 640acf0 commit 813f839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ public object Create(DbContext context, bool designTime)
: (object)context.GetType();
```

The navigation '{navigation}' was ignored from 'Include' in the query since the fix-up will automatically populate it. If any further navigations are specified in 'Include' afterwards then they will be ignored. Walking back include tree is not allowed.
The navigation '{navigation}' was ignored from 'Include' in the query since the fix-up will automatically populate it. If any further navigations are specified in 'Include' afterwards then they will be ignored. Walking back in the include tree is not allowed.

<a name="ignored-navigation"></a>

Expand Down

0 comments on commit 813f839

Please sign in to comment.