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

Be consistent about OnModelCreating as the terminology for fluent API #22343

Merged
merged 1 commit into from
Sep 1, 2020

Commits on Sep 1, 2020

  1. Be consistent about OnModelCreating as the terminology for fluent API

    Use "navigation" rather than "navigation property"
    Check usage of {foreignKey} and for correct quoting and use foreignKeyProperties where appropriate
    Fix AnnotationNotFound, BadFilterDerivedType, CircularDependency
    Update DisplayName for shared-type entity types to include the entity type name
    
    Part of #7201
    Fixes #22310
    AndriySvyryd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    006a113 View commit details
    Browse the repository at this point in the history