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

Allowance for plugins to self-update #65

Open
Xjph opened this issue Mar 8, 2022 · 1 comment
Open

Allowance for plugins to self-update #65

Xjph opened this issue Mar 8, 2022 · 1 comment
Assignees
Labels
Core enhancement New feature or request

Comments

@Xjph
Copy link
Owner

Xjph commented Mar 8, 2022

Need to investigate the possibility of plugin-self updating. Plugin libraries can't be overwritten while Observatory is running, but should be able to allow them to at least check/download, and possibly queue up an update on next application start.

@Xjph Xjph self-assigned this Mar 8, 2022
@Xjph Xjph added Core enhancement New feature or request labels Mar 8, 2022
@pgrimstrup
Copy link

Suggested feature related to plugins:

Allow plugins to implement IDisposable and call the IDispsable.Dispose method when the application shuts down or the plugin is otherwise being unloaded. Some worker plugins may need to run background tasks and it would be nice to perform a clean shutdown rather than checking Environment.HasShutdownStarted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants