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

Convention set builder refactoring #15168

Merged
merged 1 commit into from
Mar 27, 2019
Merged

Convention set builder refactoring #15168

merged 1 commit into from
Mar 27, 2019

Conversation

ajcvickers
Copy link
Member

@ajcvickers ajcvickers commented Mar 26, 2019

Issue #10672

Now we have:

  • IProviderConventionSetBuilder -> ProviderConventionSetBuilder -> [RelationalConventionSetBuilder (for relational providers)] -> <MyProviderConventionSetBuilder>
    • Single registration, scoped service with all the conventions supplied/modified by the provider
  • IConventionSetCustomizer -> <MyConventionSetCustomizer>
    • Multiple registration; allows other extensions to customize conventions
    • Currently used by the proxies package
  • IConventionSetBuilder -> RuntimeConventionSetBuilder
    • The combined set of provider conventions with customizations
    • This is the service that should be resolved to get the current set of conventions being used

Issue #10672

Now we have:
* IProviderConventionSetBuilder -> ProviderConventionSetBuilder -> [RelationalConventionSetBuilder (for relational providers)] -> <MyProviderConventionSetBuilder>
  * Single registration, scoped service with all the conventions supplied/modified by the provider
* IConventionSetCustomizer -> <MyConventionSetCustomizer>
  * Multiple registration; allows other extensions to customize conventions
  * Currently used by the proxies package
* IConventionSetBuilder -> RuntimeConventionSetBuilder
  * The combined set of provider conventions with customizations
  * This is the service that should be resolved to get the current set of conventions being used
@ajcvickers ajcvickers merged commit 9a56883 into master Mar 27, 2019
@smitpatel smitpatel deleted the CrazyTaxi0323 branch April 5, 2019 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants