Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
8 packages returned for Tags:"PocketContainer"
Sort by
Relevance
Downloads
Recently updated
PocketContainer
by:
jonsequitur
32,131 total downloads
last updated
9/21/2020
Latest version:
2.0.0
IoC
DI
container
PocketContainer
An embeddable IoC container in a single C# file, with support for extensibility and conventions.
PocketContainer.
OpenGenericStrategy
by:
jonsequitur
10,535 total downloads
last updated
9/21/2020
Latest version:
2.0.0
PocketContainer
IoC
DI
container
convention
strategy
Enables PocketContainer to resolve open generic types.
PocketContainer.
PrimitiveAvoidanceStrategy
by:
jonsequitur
6,417 total downloads
last updated
9/21/2020
Latest version:
2.0.0
PocketContainer
IoC
DI
container
convention
strategy
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.
PocketContainer.
WebApiDependencyResolver
by:
jonsequitur
3,373 total downloads
last updated
1/21/2016
Latest version:
1.0.6
PocketContainer
WebApi
DependencyResolver
IoC
DI
Use PocketContainer to resolve dependencies for ASP.NET Web API.
PocketContainer.
SingleImplementationStrategy
by:
jonsequitur
3,149 total downloads
last updated
3/25/2019
Latest version:
2.0.3
PocketContainer
IoC
DI
container
convention
strategy
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.
PocketContainer.
For.
MicrosoftExtensionsDependencyInjection
by:
jonsequitur
1,586 total downloads
last updated
9/21/2020
Latest version:
2.0.0
PocketContainer
IoC
DI
container
aspnetcore
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...
More information
PocketContainer.
CumulativeRegistration
by:
jonsequitur
1,253 total downloads
last updated
9/21/2020
Latest version:
1.0.0
PocketContainer
IoC
DI
container
Enables PocketContainer to accumulate repeated registrations of the same type T and resolve them collectively using IEnumerable<T>.
PocketContainer.
ItsConfigurationSettingsStrategy
by:
jonsequitur
1,080 total downloads
last updated
3/26/2016
Latest version:
1.0.3
PocketContainer
ItsConfiguration
configuration
IoC
DI
container
convention
strategy
A convention that will resolve classes with names ending in "Settings" using Its.Configuration.