<PackageReference Include="Castle.Windsor" Version="3.4.0" />

IExposeDependencyInfo

public interface IExposeDependencyInfo
Might be implemented by a handler so it can expose access to dependency information which is used to construct meaningful error messages
namespace Castle.MicroKernel.Handlers { public interface IExposeDependencyInfo { void ObtainDependencyDetails(IDependencyInspector inspector); } }