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
Extract the WebSocket server as a plugin that is discovered at runtime.
Split plugin interface into separate project from the "core plugin" interface (that provides built in nodes and services). DI extension is part of it.
Plugin's Init method to register classes for DI
Discover plugins in the currently loaded assemblies Return a hardcoded list of plugins because assembly loading is lazy and, even trying to force loading referenced assemblies doesn't seem to work for local project dependencies.
Extract the WebSocket server as a plugin that is discovered at runtime.
Init
method to register classes for DIDiscover plugins in the currently loaded assembliesReturn a hardcoded list of plugins because assembly loading is lazy and, even trying to force loading referenced assemblies doesn't seem to work for local project dependencies.Do not:
See :
The text was updated successfully, but these errors were encountered: