@@ -271,4 +271,76 @@ public override Task Nested_SelectMany_correlated_with_join_table_correctly_tran
271271 [ ConditionalTheory ( Skip = "TODO: Fix translation for INNER JOIN" ) , MemberData ( nameof ( IsAsyncData ) ) ]
272272 public override Task Join_with_result_selector_returning_queryable_throws_validation_error ( bool async ) =>
273273 base . Join_with_result_selector_returning_queryable_throws_validation_error ( async) ;
274+
275+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
276+ public override Task OrderBy_nav_prop_reference_optional ( bool async ) => base . OrderBy_nav_prop_reference_optional ( async) ;
277+
278+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
279+ public override Task OrderBy_nav_prop_reference_optional_via_DefaultIfEmpty ( bool async ) => base . OrderBy_nav_prop_reference_optional_via_DefaultIfEmpty ( async) ;
280+
281+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
282+ public override Task Order_by_key_of_navigation_similar_to_projected_gets_optimized_into_FK_access ( bool async ) => base . Order_by_key_of_navigation_similar_to_projected_gets_optimized_into_FK_access ( async) ;
283+
284+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
285+ public override Task Order_by_key_of_projected_navigation_doesnt_get_optimized_into_FK_access_subquery ( bool async ) => base . Order_by_key_of_projected_navigation_doesnt_get_optimized_into_FK_access_subquery ( async) ;
286+
287+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
288+ public override Task Order_by_key_of_anonymous_type_projected_navigation_doesnt_get_optimized_into_FK_access_subquery ( bool async ) => base . Order_by_key_of_anonymous_type_projected_navigation_doesnt_get_optimized_into_FK_access_subquery ( async) ;
289+
290+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
291+ public override Task Optional_navigation_take_optional_navigation ( bool async ) => base . Optional_navigation_take_optional_navigation ( async) ;
292+
293+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
294+ public override Task Projection_select_correct_table_from_subquery_when_materialization_is_not_required ( bool async ) => base . Projection_select_correct_table_from_subquery_when_materialization_is_not_required ( async) ;
295+
296+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
297+ public override Task Projection_select_correct_table_with_anonymous_projection_in_subquery ( bool async ) => base . Projection_select_correct_table_with_anonymous_projection_in_subquery ( async) ;
298+
299+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
300+ public override Task Projection_select_correct_table_in_subquery_when_materialization_is_not_required_in_multiple_joins ( bool async ) => base . Projection_select_correct_table_in_subquery_when_materialization_is_not_required_in_multiple_joins ( async) ;
301+
302+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
303+ public override Task Where_predicate_on_optional_reference_navigation ( bool async ) => base . Where_predicate_on_optional_reference_navigation ( async) ;
304+
305+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
306+ public override Task GroupJoin_on_a_subquery_containing_another_GroupJoin_projecting_outer ( bool async ) => base . GroupJoin_on_a_subquery_containing_another_GroupJoin_projecting_outer ( async) ;
307+
308+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
309+ public override Task GroupJoin_on_a_subquery_containing_another_GroupJoin_projecting_inner ( bool async ) => base . GroupJoin_on_a_subquery_containing_another_GroupJoin_projecting_inner ( async) ;
310+
311+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
312+ public override Task GroupJoin_on_a_subquery_containing_another_GroupJoin_with_orderby_on_inner_sequence_projecting_inner ( bool async ) => base . GroupJoin_on_a_subquery_containing_another_GroupJoin_with_orderby_on_inner_sequence_projecting_inner ( async) ;
313+
314+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
315+ public override Task GroupJoin_on_left_side_being_a_subquery ( bool async ) => base . GroupJoin_on_left_side_being_a_subquery ( async) ;
316+
317+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
318+ public override Task GroupJoin_on_right_side_being_a_subquery ( bool async ) => base . GroupJoin_on_right_side_being_a_subquery ( async) ;
319+
320+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
321+ public override Task Where_on_multilevel_reference_in_subquery_with_outer_projection ( bool async ) => base . Where_on_multilevel_reference_in_subquery_with_outer_projection ( async) ;
322+
323+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
324+ public override Task Nested_group_join_with_take ( bool async ) => base . Nested_group_join_with_take ( async) ;
325+
326+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
327+ public override Task SelectMany_subquery_with_custom_projection ( bool async ) => base . SelectMany_subquery_with_custom_projection ( async) ;
328+
329+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
330+ public override Task Include18_1_1 ( bool async ) => base . Include18_1_1 ( async) ;
331+
332+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
333+ public override Task Include18_2 ( bool async ) => base . Include18_2 ( async) ;
334+
335+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
336+ public override Task Include18_3 ( bool async ) => base . Include18_3 ( async) ;
337+
338+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
339+ public override Task Include18_3_1 ( bool async ) => base . Include18_3_1 ( async) ;
340+
341+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
342+ public override Task Include18_3_2 ( bool async ) => base . Include18_3_2 ( async) ;
343+
344+ [ ConditionalTheory ( Skip = "OrderBy parameter not included in SELECT" ) , MemberData ( nameof ( IsAsyncData ) ) ]
345+ public override Task Member_pushdown_chain_3_levels_deep_entity ( bool async ) => base . Member_pushdown_chain_3_levels_deep_entity ( async) ;
274346}
0 commit comments