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

Cleanup Relational for internal API usage #20398

Merged
merged 1 commit into from
Mar 25, 2020
Merged

Cleanup Relational for internal API usage #20398

merged 1 commit into from
Mar 25, 2020

Commits on Mar 25, 2020

  1. Cleanup Relational for internal API usage

    Part of #15393
    
    Changes:
    - Suppress DatabaseFacadeDependencies related errors. Optimization which no otherprovider should need.
    - Suppress errors with DebugView & metadata comparers in relationl model.
    - Suppress NoopExecutionStrategy in RelationalExecutionStrategyFactory
    - Suppress FindDeclaredPrimaryKey in MigrationModelDiffer
    - Suppress errors related to valuefactories and InternalEntityEntry in update pipeline
    - Suppress errors related to temporary value generator in RelationalValueGeneratorSelector
    
    - Move SemanticVersionComparer to Relational
    - Move DbSetFinderExtensions, DbSetProperty, ConventionAnnotatable, Graph, IndentedStringBuilder to .Infrastructure
    - Move Multigraph, ReferenceEqualityComparer to shared internal
    
    - Remove DbSetProperty.IsKeyless - dead code
    smitpatel committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    7614da5 View commit details
    Browse the repository at this point in the history