You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMvxPluginManager pluginManager = new MvxFilePluginManager(".wpf", string.Empty);
Ioc.RegisterSingleton( pluginManager );
var sqlitePluginBootstrap = new SqlitePluginBootstrap();
sqlitePluginBootstrap.Run();
Since Unit Test project would be a .NET 4.0/4.5 project, so we use WPF version of plugin manager
Also for SQLite plugin to work, we need to follow this link
SQLite plugin in MVVMCross