Just a quick post to announce, the initial release candidate for Agnostic IoC is now available on the Cardinal Nightly Feed (soon to be Nuget)
The initial release provides support for the following IoC containers:
- Castle Windsor
- Autofac
- Unity
- StructureMap (experimental at present)
Other containers
Support for other containers can easily be added by creating a class deriving from the ContainerAdapter class and overriding the necessary methods. Use one of the existing ContainerAdapters as an example.
Nuget
The nuget packages can currently be found on the Cardinal Nightlies Nuget Feed
Source Code
The source code can be found here Cardinal Github Page
Further Reading