Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="5.7.1-preview-788" />

 IEnumerableSupportedResolver

Represents a dependency resolver that can produce a collection of services.
using System.Collections.Generic; using System.Runtime.CompilerServices; namespace Stashbox.Resolution { public interface IEnumerableSupportedResolver : IServiceResolver, IResolver { [System.Runtime.CompilerServices.NullableContext(1)] IEnumerable<ServiceContext> GetExpressionsForEnumerableRequest(IResolutionStrategy resolutionStrategy, TypeInformation typeInfo, ResolutionContext resolutionContext); } }