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

Partial Fix for 6674. Allow inline configuration of Navigations as they are created #20195

Merged
merged 6 commits into from
Mar 8, 2020

Commits on Mar 7, 2020

  1. WIP: Partial Fix for 6674.

    lajones committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    602d797 View commit details
    Browse the repository at this point in the history
  2. Updated methods for all HasOne-WithMany, HasMany-WithOne and HasOne-W…

    …ithOne.
    
    Generic and non-generic.
    lajones committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    1c26c4d View commit details
    Browse the repository at this point in the history
  3. Removed ?s, updated HasOne() calls to use dependent or principal corr…

    …ectly
    
    Updated WithOneBuilder calls to do nav config.
    Extracted IConventionNavigationBuilder.
    lajones committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    97230e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Configuration menu
    Copy the full SHA
    c4ce3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d1339 View commit details
    Browse the repository at this point in the history
  3. Add Navigation Builder to _fluentApiTypes for ApiConsistencyTest.

    Abstract into HasOneBuilder().
    lajones committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    5906d74 View commit details
    Browse the repository at this point in the history