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

Add a check to TryAddProviderSpecificServices #25674

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Conversation

AndriySvyryd
Copy link
Member

No description provided.

Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and should save some pain for providers, maybe @ajcvickers should have a look too though.

Copy link
Member

@ajcvickers ajcvickers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Back in the day we intentionally allowed providers to change the lifetime of an EF service, although it was discouraged. This was because sometimes a provider didn't need any state in one of its scoped services and hence could register it instead as singleton. However, I now think it's probably better to just not allow this.

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.

3 participants