Skip to content

Fix async command event notifications #122

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

Merged
merged 2 commits into from
Feb 28, 2022

Conversation

Sergio0694
Copy link
Member

This PR includes a few tweaks to async commands:

  • Fixed documentation for IAsyncRelayCommand.CanBeCanceled.
  • IAsyncRelayCommand.Cancel() now only raises events if it actually cancels an operation.
  • Fix IAsyncRelayCommand.CanBeCanceled remaining false after canceling.

@Sergio0694 Sergio0694 added improvements ✨ Improvements to an existing functionality next preview ✈️ This changes will be available in the upcoming preview optimization ☄ Performance or memory usage improvements priority 🚩 An issue or change that has priority mvvm-toolkit 🧰 Issues/PRs for the MVVM Toolkit bugfix 🔧 PRs fixing a discovered bug labels Feb 22, 2022
@Sergio0694 Sergio0694 force-pushed the dev/async-command-events-fixup branch from 9884277 to d96f560 Compare February 22, 2022 18:59
@Sergio0694 Sergio0694 force-pushed the dev/async-command-events-fixup branch from d96f560 to ab3e9f0 Compare February 28, 2022 21:36
@Sergio0694 Sergio0694 force-pushed the dev/async-command-events-fixup branch from ab3e9f0 to c9f5b9f Compare February 28, 2022 22:35
@Sergio0694 Sergio0694 merged commit df3b529 into main Feb 28, 2022
@delete-merged-branch delete-merged-branch bot deleted the dev/async-command-events-fixup branch February 28, 2022 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🔧 PRs fixing a discovered bug improvements ✨ Improvements to an existing functionality mvvm-toolkit 🧰 Issues/PRs for the MVVM Toolkit next preview ✈️ This changes will be available in the upcoming preview optimization ☄ Performance or memory usage improvements priority 🚩 An issue or change that has priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants