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

feat: exception handler for async methods #95

Merged
merged 2 commits into from
Apr 21, 2024

Conversation

BoBoBaSs84
Copy link
Owner

changes:

  • added the IExceptionHandler interface
  • added the TaskExtensions class
  • modified the AsyncActionCommand methods
  • modified the AsyncActionCommand<T> methods
  • version bump to 3.2.x
  • small fixes

closes #93

changes:
- added the `IExceptionHandler` interface
- added the  `TaskExtensions` class
- modified the `AsyncActionCommand` methods
- modified the `AsyncActionCommand<T>` methods
changes:
- version bump to `3.2.x`
- small fixes

closes #93
@BoBoBaSs84 BoBoBaSs84 added the feature New feature or request label Apr 21, 2024
@BoBoBaSs84 BoBoBaSs84 self-assigned this Apr 21, 2024
@BoBoBaSs84 BoBoBaSs84 linked an issue Apr 21, 2024 that may be closed by this pull request
Copy link
Owner Author

@BoBoBaSs84 BoBoBaSs84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will do the trick.

@BoBoBaSs84 BoBoBaSs84 enabled auto-merge April 21, 2024 16:28
@BoBoBaSs84 BoBoBaSs84 merged commit a8edc48 into main Apr 21, 2024
3 checks passed
@BoBoBaSs84 BoBoBaSs84 deleted the feature/exception-handler-for-async-methods branch April 21, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Exception handler for async methods
1 participant