You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 toReplaceService
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.The text was updated successfully, but these errors were encountered: