在我的应用程序中,我使用旧的sqlite插件.
自MVVMCross 3.0.14以来,不推荐使用此版本,建议使用Community.sqlite插件.
自MVVMCross 3.0.14以来,不推荐使用此版本,建议使用Community.sqlite插件.
当尝试在没有引导程序的情况下使用插件时,在运行时我收到错误:
Failed to resolve parameter for parameter connectionFactory of type IsqliteConnectionFactory when creating…
plugin not registered for type CirrIoUs.MvvmCross.Community.Plugins.sqlite
该插件应该如何使用?
-编辑-
这是我的bootstrapper代码:
using CirrIoUs.MvvmCross.Community.Plugins.sqlite; public class sqlitePluginBootstrap : MvxPluginBootstrapAction<PluginLoader> { }