I have this query
var test = context.Assignments .Include(a => a.Customer) .Include(a => a.Subscriptions) .Select(a => n
This is by design. Include is not for scenarios with projection or custom joins.
Include