-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The Castle Windsor Implementation doesn't work with exception handlers #741
Comments
Hi, The Castle Windsor implementation in MediatR.Examples.Windsor, doesn't work with exception handlers. Below is the result from running the application (excluding what doesn't matter): Checking handler to catch exact exception...
Checking shared handler to catch exception by base type...
Checking base handler to catch any exception...
Selecting preferred handler to handle exception...
Selecting new handler to handle exception...
[... (excluded here too, but all was ok) ...] Handler for inherited request with same exception used.............N |
Feel free to open a PR to fix! These examples are all provided by the community. |
Also, please reopen the issue because I am opening the pull request in a few days after I fix more. |
I added a pull request for this issue: |
When you review, check that everything goes well by running the Castle Windsor Examples, you could merge. Thank you! |
Fix "The Castle Windsor Implementation doesn't work with exception handlers #741" issue
The pull request was created using the 1st way to fix from the question before, because I prefered adding code instead of deleting. |
No description provided.
The text was updated successfully, but these errors were encountered: