In the Common library we need a way of automatically wiring up the domain model(s) - the event definitions, entity types, projections, commands, queries and classifiers - from the dlls that contain the business logic of the domain(s).
This will make use of the attributes exported from the CQRSAzure library that have been used to annotate the classes in these business libraries.
In the
Commonlibrary we need a way of automatically wiring up the domain model(s) - the event definitions, entity types, projections, commands, queries and classifiers - from the dlls that contain the business logic of the domain(s).This will make use of the attributes exported from the
CQRSAzurelibrary that have been used to annotate the classes in these business libraries.