Top 20 NuGet Packages depending on PocketContainer

Total dependencies: 10

Enables PocketContainer to be used to provide dependency injection for ASP.NET Core applications. When using this package, PocketContainer instances can be created from IServiceCollection and implement IServiceProvider.
Enables PocketContainer to accumulate repeated registrations of the same type T and resolve them collectively using IEnumerable<T>.
Adds a Clone method to PocketContainer.
Enables PocketContainer to resolve open generic types.
A convention that tells PocketContainer to choose the longest constructor that contains no primitive types (including strings, dates, and numeric types) when resolving instances of an unregistered type.
Provides a hook to receive a call each time an instance is created by PocketContainer.
Use PocketContainer to resolve dependencies for ASP.NET Web API.
A convention that will resolve a type when it is the only implementation for a requested interface or abstract type that has not been explicitly registered.
A convention that will resolve classes with names ending in "Settings" using Its.Configuration.