You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a lot of redundant nodes are created for highly connected graphs.
Allocations can be reduced by not calling ToList on collection navigations that are not modified and making EntityEntryGraphNode a struct
The text was updated successfully, but these errors were encountered:
Currently a lot of redundant nodes are created for highly connected graphs.
Allocations can be reduced by not calling
ToList
on collection navigations that are not modified and makingEntityEntryGraphNode
a structThe text was updated successfully, but these errors were encountered: