Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="3.6.4-preview-646" />

 IResolutionContext

public interface IResolutionContext
Represents the public context of a resolution call.
using System; namespace Stashbox.Resolution { public interface IResolutionContext { object GetDependencyOverrideOrDefault(Type dependencyType); TResult GetDependencyOverrideOrDefault<TResult>(); } }