Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="4.0.0-preview-671" />

 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>(); } }