Description
Currently, IInjector only exposes the following APIs:
IInjector.cs
IInjector ForkInjector(IConfiguration[] configurations); IInjector ForkInjector();
More often than not, we'd want to fork with only a single IConfiguration. Hence, we should add:
IInjector ForkInjector(IConfiguration configuration);
Attachments
Issue Links
- links to