Skip to content

Release v17.23.3

Choose a tag to compare

@github-actions github-actions released this 19 Nov 17:55
45ebc65

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.