Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin interface #7

Closed
3 tasks done
paoloambrosio opened this issue Apr 18, 2021 · 0 comments · Fixed by #23
Closed
3 tasks done

Plugin interface #7

paoloambrosio opened this issue Apr 18, 2021 · 0 comments · Fixed by #23
Labels
enhancement New feature or request
Milestone

Comments

@paoloambrosio
Copy link
Contributor

paoloambrosio commented Apr 18, 2021

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.

Do not:

See :

@paoloambrosio paoloambrosio added the enhancement New feature or request label Apr 20, 2021
@paoloambrosio paoloambrosio added this to the 0.1 milestone Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant