Its.Cqrs
Its.Cqrs copied to clipboard
support strings as aggregate identifiers
Currently, Guid is the only supported AggregateId type for EventSourcedAggregate. Supporting other types would be useful for some scenarios, perhaps in combination with using aggregate type-specific identifiers, e.g.:
BankAccountIdentifier : ObjectId
Non-event sourced command targets can use string identifiers as of the addition of #111.