Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="5.4.2-preview-760" />

 DependencyRegistratorExtensions

public static class DependencyRegistratorExtensions
Represents the extension methods of IDependencyRegistrator.
public static IStashboxContainer RegisterInstances<TFrom>(this IDependencyRegistrator registrator, IEnumerable<TFrom> instances, bool withoutDisposalTracking = false)

Registers instances that are already constructed.

public static IStashboxContainer RegisterInstances<TFrom>(this IDependencyRegistrator registrator, TFrom[] instances)

Registers instances that are already constructed.