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 b779e0ccba - fix name of test 7 years ago
LightweightIocContainer - generate nuget package on build (#1) 7 years ago
Test.LightweightIocContainer - fix name of test 7 years ago
.gitattributes - add .gitattributes 7 years ago
.gitignore - add vscode folder to gitignore 7 years ago
LICENSE Initial commit 7 years ago
LightweightIocContainer.sln - add unit test 7 years ago
LightweightIocContainer.sln.DotSettings - add multiton lifestyle (#3) 7 years ago
README.md - finish refactoring of `Injector` to `Ioc` 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:

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

  • demo project