Stashbox by Peter Csajtai

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

 IStashboxContainer

Represents a dependency injection container.

The container context.

Configures the container.

Creates a child container.

Returns the details about the registrations.

Returns all registration mappings.

bool IsRegistered<TFrom>(object name = null)

Checks whether a type is registered in the container.

bool IsRegistered(Type typeFrom, object name = null)

Checks whether a type is registered in the container.

void RegisterResolver(IResolver resolver)

Registers an IResolver.

void Validate()

Validates the current state of the container.