-
Notifications
You must be signed in to change notification settings - Fork 111
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
Deserializing always results in a Success object. #165
Comments
#166 fixes the issue! |
How long before this is resolved? I've just pulled the code - however still noticing that the Value isn't being deserialized as its generic - has anybody written some to cover this? |
Fixed by #166 |
@dandcg less than a day I guess. Estimates are easy in retrospect! :) |
Chhers man nice one! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im trying to use Ardalis Result in combination with an event bus which serializes the response type from within a command / query before returning it to the controller. This works as you would expect for Success messages, but not so much for others.
Example:
This is very problematic as it looks like it is impossible to serialize / deserialise the result object.... Am I missing something or is this expected behaviour?
The text was updated successfully, but these errors were encountered: