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

Extensibility: making it easy to register additional services on the internal service provider #8710

Open
Tracked by #22961
divega opened this issue Jun 2, 2017 · 0 comments

Comments

@divega
Copy link
Contributor

divega commented Jun 2, 2017

Consider an API that users can invoke in OnConfiguring() to provide additional service implementations of service types for which EF Core (or providers) support multiple instances. This is similar to ReplaceService but without removing existing implementations.

One example of where this could have been useful is adding additional logging providers using the DI-based mechanisms enabled in 2.0 (aspnet/Logging#346) when EF Core manages the ILoggerFactory in the internal service provider.

@divega divega changed the title Extensibility: making it easy to provide additional services on the internal service provider Extensibility: making it easy to register additional services on the internal service provider Jun 2, 2017
@ajcvickers ajcvickers added this to the Backlog milestone Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants