Dependency Injection framework for Windows 8 metro apps

dependency-injection, microsoft-metro, windows-8

Solution

Here is the source for Ninject WinRT: https://github.com/remogloor/ninject It just not yet released.

Problem

i can't seem to find a dependency injection framework for windows 8 metro apps. Is there a framework for win8 metro apps? Ninject is not yet support for win8 metro. So does anybody have a suggestion? (Castle, Spring, ...)

Original source