We try to figure out whether we should do null propagation in query composition by looking at the QueryProvider of the IQueryable. We handle Linq2Objects, Linq2Sql and EntityFramework there.
For EntityFramework, we are only handling DbContext and DbSets. We should handle ObjectContext and ObjectQuery as well there.
Comments: Still happens when using Entity Framework 6 as the namespace for ObjectContext has changed to System.Data.Entity.Core.Objects
For EntityFramework, we are only handling DbContext and DbSets. We should handle ObjectContext and ObjectQuery as well there.
Comments: Still happens when using Entity Framework 6 as the namespace for ObjectContext has changed to System.Data.Entity.Core.Objects