You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened so far:
I need a way of handling exceptions while having the typeresolver around. (To log to an implementation of ILogger for e.g)
Unfortunately, the existing exceptionhandler does not provide a way of accessing the ITypeResolver
Original PR implements a way of registering multiple exception handlers to the DI, which can also be constrained to commandtypes.
@nils-a Suggested adding an Type to the ExceptionHandler, which are implemented and ready for review in PR #1 and PR #2 (Only one of which is to be accepted)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Original PR
PR #1
PR #2
What happened so far:
I need a way of handling exceptions while having the typeresolver around. (To log to an implementation of ILogger for e.g)
Unfortunately, the existing exceptionhandler does not provide a way of accessing the ITypeResolver
Original PR implements a way of registering multiple exception handlers to the DI, which can also be constrained to commandtypes.
@nils-a Suggested adding an Type to the ExceptionHandler, which are implemented and ready for review in PR #1 and PR #2 (Only one of which is to be accepted)
Beta Was this translation helpful? Give feedback.
All reactions