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

accepted user commands and alerts are now registered as events #127

Merged
merged 3 commits into from Oct 1, 2021

Conversation

freddyrios
Copy link
Contributor

By registering these low frequency events it will be possible later to check relevant actions and alerts that have been triggered for the system

Also:

  • fixed bug in multi command alerts
  • CommandHandler.AlertFired has been removed, use CommandHandler.EventFired and check type == EventType.Alert instead

By registering these low frequency events it will be possible later to check relevant actions and alerts that have been triggered for the system

Also:
* fixed bug in multi command alerts
* CommandHandler.AlertFired has been removed, use CommandHandler.EventFired and check type == EventType.Alert instead
@freddyrios

This comment has been minimized.

@freddyrios
Copy link
Contributor Author

merging this as is for now, will address any review comments on a separate PR.

@freddyrios freddyrios merged commit 9e1fae4 into master Oct 1, 2021
@freddyrios freddyrios deleted the feature/log-user-commands branch October 1, 2021 12:09
freddyrios added a commit that referenced this pull request Oct 5, 2021
* breaking change: plugins run from the "plugins" subfolder

reason: this allows to run without publishing the app as a single file, which at the time of writing allows to workaround dotnet/runtime#59961

* Also fixed regression in #127 preventing the full help from showing in the help command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant