charlessolar / Aggregates.NET

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add development mode option

charlessolar opened this issue · comments

Having to bump versions or maintain projections definitions while doing development can be a hurdle.

Let's add an option called "development mode" which will force agg.net to update the projections completely every run regardless of version info.

This will allow users to add events to an endpoint, stand up the app, and test on existing data instead of having to reseed every try.