A lightweight IOC Container that is powerful enough to do all the things you need it to do.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Gockner f9b4b4f5ea - add defaultRegistration test 7 years ago
LightweightIocContainer - fix IL code generation in TypedFactoryRegistration 7 years ago
Test.LightweightIocContainer - add defaultRegistration test 7 years ago
.gitattributes - add .gitattributes 7 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
LightweightIocContainer.sln - add unit test 7 years ago
LightweightIocContainer.sln.DotSettings - fix naming rule for methods 7 years ago
README.md - add first information to readme (#2) 7 years ago

README.md

Lightweight IOC Container

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
This project and its documentation are currently under development.

Get started with the Lightweight IOC Container

  • How to install

  • Example usage:

    1. Instantiating Container:

      InjectorContainer container = new InjectorContainer();
      
    2. more...

  • demo project