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

Fixes around namespaces and Fluent API calls #25435

Merged
merged 5 commits into from
Aug 12, 2021
Merged

Commits on Aug 11, 2021

  1. Fixes around namespaces and Fluent API calls

    * Add using namespace directives for scaffolded Fluent API calls which
      are outside the standard namespaces.
    * Generate provider Fluent API calls as type-qualified in the model
      snapshot, to prevent ambiguity in multi-provider scenarios.
    
    Closes #25046
    Closes #23848
    Closes #25434
    roji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ad51db0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c2822 View commit details
    Browse the repository at this point in the history
  3. Update src/EFCore.Design/Properties/DesignStrings.Designer.cs

    Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
    roji and AndriySvyryd authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a1d7b1a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Address review comments

    roji committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b91f109 View commit details
    Browse the repository at this point in the history
  2. Revert "Generate chained type-qualified calls too"

    This reverts commit c4c2822.
    roji committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d41f964 View commit details
    Browse the repository at this point in the history