我正在使用XAML编写Windows 8 Metro应用程序,并且正在尝试使用NuGet向Automapper添加引用,并且它说它不支持。有没有解决的办法?对Metro应用程序添加引用有什么要求?使用Automapper与Metro应用程序
2
A
回答
2
NuGet目前支持将软件包安装到Metro应用程序(work item #1527),但它确实需要为WinRT编译软件包库。
我看了一下Automapper,它只支持.Net 4.0和Silverlight 4,它需要为WinRT更新程序集。注意:没有组件的其他软件包应该在Metro应用程序中安装得很好。
1
无论NuGet - 绝对没有外部或第三方组件可以包含在WinRT中未首先重新编译的Metro项目中。有一个例外 - Portable Class Libraries。但是PCL有很多限制,而不是你想要的。
相关问题
- 1. Metro应用与FTDI-USB驱动程序
- 2. SQlite与Windows 8 Metro应用程序
- 3. 使用Windbg调试Metro应用程序
- 4. 关闭Metro应用程序
- 5. Metro XAML应用程序 - DependencyProperty.AddOwner
- 6. Windows 8 Metro应用程序(网格应用程序)与黑色闪烁转换
- 7. 应用程序搜索中的Metro风格应用程序与建议
- 8. 解析OpenXML文档[Windows Store应用程序/ Metro应用程序]
- 9. Windows 8从桌面应用程序启动“metro”应用程序?
- 10. Metro应用程序能否注意到其他应用程序?
- 11. Windows 8 Metro Style应用程序:多应用程序包
- 12. 在dekstop应用程序c中使用库Windows.Networking.Sockets(metro应用程序)#
- 13. 使用Metro风格的应用程序启动桌面应用程序
- 14. Metro应用程序无法打开package.appxmanifest
- 15. Json.Net和Metro/Store应用程序
- 16. Metro应用程序中的Unity容器
- 17. Windows 8 Metro应用程序 - 渲染PNGs
- 18. VC++ Metro风格应用程序Windows
- 19. 没有UI的metro应用程序?
- 20. metro应用程序的唯一标识
- 21. WebView控件Metro风格应用程序
- 22. ListView项目点击Metro应用程序?
- 23. Metro风格的Silverlight应用程序
- 24. Metro应用程序的默认CSS类
- 25. Windows 8 Metro应用程序Iframe
- 26. C#WinRT/Metro应用程序 - ScrollViewer分页
- 27. Win8 Metro应用程序setInterval Javascript
- 28. Android应用程序中的Metro接口
- 29. Metro应用程序 - 弹出窗口JavaScript
- 30. Windows Metro应用程序中没有P2P?