I have a windows phone 7 application that I would like to port to WinRT. My app currently uses Autofac and I am wondering if there is a version for WinRT around. I have been unable to find any information about this.
Cheers,
Dave
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know when will be a dedicated version of Autofac for WinRT but from the Autofac 2.6.1 release notes:
And the .Net Portable class libraries can be used from WinRT.
Currently there is no nuget package for it but it is directly downloadable from the Autofac website.
Note this version is not final just a “preview”, you can find more info in the google groups: Support for Windows Runtime.