Tested on .NET 6, Intel i7-10750H, SSD.
| Feature | ZPlugin | MEF (Managed Extensibility Framework) | Prism Modularity | NLua (scripting) | |---------|---------|----------------------------------------|------------------|------------------| | | Low | High | High | Medium | | Plugin unloading | No | Partial (with AppDomains) | No | Yes (via script domains) | | Dependency injection | No | Yes | Yes | No | | Cross-platform | Yes (Core) | Yes | Yes | Yes | | Learning curve | Very low | Steep | Steep | Low (if Lua is known) | zeres plugin library
[Bug] BD crashing on startup with any plugin installed #1583 Tested on