我有一个Windows Phone 7应用程序,我想移植到WinRT。我的应用程序目前使用Autofac,我想知道是否有WinRT的版本。我一直无法找到有关此的任何信息。
干杯,
戴夫
答案 0 :(得分:4)
我不知道什么时候会成为WinRT的Autofac专用版,而是来自Autofac 2.6.1 release notes:
Autofac can now be used with .NET Portable Class Libraries.
.Net Portable class libraries可以在WinRT中使用。
目前没有nuget包,但它来自Autofac网站directly downloadable。
请注意,此版本不是最终的“预览”,您可以在google群组中找到更多信息:Support for Windows Runtime。