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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
ProxyGenerator will now ignore types that implements IOneOf and pick the best suitable result from a tuple as the response from a command.
Fixing a problem when having rules for a ConceptAs<> property type and the value being null at runtime - it will now return null rather than trying to unwrap the ConceptAs and get the inner .Value.
CorrelationId is now being passed back on the CommandResult in all scenarios.