Project Description
metroioc is a native WinRT inversion of control container, for use in Metro style apps on WinRT for Windows 8.
Check the license for usage rights of this project
--Breaking changes to the API--
the ILifeCycle interface has been replaced by
_IRegistration . This is used in an identical fashion, so previously
container.Register<IFoo, Foo>(new SingletonLifecycle());
has been replaced by
container.Registration<IFoo, Foo>(new Singleton());
Download the latest nuget package available at
nuget.org