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

Conversation

smitpatel
Copy link
Member

@smitpatel smitpatel commented Mar 24, 2020

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 smitpatel closed this Mar 25, 2020
@smitpatel smitpatel reopened this Mar 25, 2020
@smitpatel smitpatel changed the title Make ConventionAnnotatable public Cleanup Relational for internal API usage Mar 25, 2020
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
Copy link
Member Author

Updated.

@smitpatel smitpatel requested a review from a team March 25, 2020 19:48
@smitpatel smitpatel merged commit fa2ff1e into master Mar 25, 2020
@smitpatel smitpatel deleted the smit/random branch March 25, 2020 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants