An open API service indexing awesome lists of open source software.

https://github.com/litee/common.inversionofcontrol

Simple generic wrapper around several IoC containers - Unity, Autofac, Ninject
https://github.com/litee/common.inversionofcontrol

Last synced: about 1 year ago
JSON representation

Simple generic wrapper around several IoC containers - Unity, Autofac, Ninject

Awesome Lists containing this project

README

          

# Common.InversionOfControl
=========================

Simple generic wrapper around several IoC containers.

Supported containers:
- Unity 3
- Autofac
- Ninject
- Castle Windsor

Existing features:
* Instance/Implementation/Lambda registration (generics-only)
* Singleton and Transient scopes support
* Constructor injection, including named one (via *NamedDependency* attribute)

## TODO:
- Dependency injection
- Optional dependencies support
- Mark one of multiple constructors for injection
- Resolve multiple instances
- etc