Closed vchirikov closed 4 months ago
Often the configuration is unknown before the DI container is created, MS Dependency Injection supports factory registration for this. The PR adds an ability to use IServiceProvider for library configuration.
IServiceProvider
Fixes Kafka configuration from DI · Issue #271 · Farfetch/kafkaflow
Sorry guys, it won't work, because in this case MicrosoftDependencyConfigurator tries to reconfigure service collection after build.
MicrosoftDependencyConfigurator
Description
Often the configuration is unknown before the DI container is created, MS Dependency Injection supports factory registration for this. The PR adds an ability to use
IServiceProvider
for library configuration.Fixes Kafka configuration from DI · Issue #271 · Farfetch/kafkaflow
Checklist