charlessolar / Aggregates.NET

.NET event sourced domain driven design model via NServiceBus and GetEventStore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support string based entity resolution

charlessolar opened this issue · comments

Currently we use the full namespace in part of the eventstream name for events and entities.
It would be better to allow a attribute annotation to "name" the event or entity for cases when a refactor affects the namespaces we expect to continue to exist.

This will also help with another feature I'm planning #21

That approach works for me, as you can see here