Generic static factories
Hello. I have the following interface:
This works well but I want to have a specific type of strongly typed id's of type
I tried this but infinite recursion.
This works well but I want to have a specific type of strongly typed id's of type
AggregateId which must have an underlying backing type of Guid, especially a version 7 guid. So basically how can I have default implementations for abstract records?I tried this but infinite recursion.