Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding grouping tests from EF6 #26069

Merged
merged 3 commits into from
Sep 18, 2021
Merged

Adding grouping tests from EF6 #26069

merged 3 commits into from
Sep 18, 2021

Commits on Sep 17, 2021

  1. Adding grouping tests from EF6

    As a crude measure of the gap between EF Core and EF6.
    
    Currently:
    - 12 tests pass
    - 2 tests fail with "Translation of 'Select' which contains grouping parameter without composition is not supported."
    - 17 tests fail with general "Could not be translated."
    - 8 tests fail with different results
    ajcvickers committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3b11cb6 View commit details
    Browse the repository at this point in the history
  2. Updated

    ajcvickers committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8928b8e View commit details
    Browse the repository at this point in the history
  3. Updates based on feedback.

    ajcvickers committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4dcd109 View commit details
    Browse the repository at this point in the history