The loader intentionally does not reuse tracked entities for dotted include paths such as Children.Nested; it falls back to the batched query path.
This is correct, but could be optimized later by checking nested loaded navigations safely.
Avoid complex EF graph traversal unless benchmarks show this matters.
The loader intentionally does not reuse tracked entities for dotted include paths such as Children.Nested; it falls back to the batched query path.
This is correct, but could be optimized later by checking nested loaded navigations safely.
Avoid complex EF graph traversal unless benchmarks show this matters.