Nuget a plugin mvvmcross, interface not registered -


i've got plugin mvvmcross using nuget.

when try , use plugin tells me interface under namespace of plugin hasn't been registered.

is there else after adding plugin project via nuget need add solution?

you'll want read this.

specifically:

each plugin load initiated bootstrap class. these bootstrap classes added in ui projects , like:

public class colorpluginbootstrap     : mvxpluginbootstrapaction<color.pluginloader> { } 

Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -