forked from pjvds/ncqrs
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Adam Greene edited this page Nov 8, 2016
·
2 revisions
Welcome to the ncqrs wiki!
Right now, I'm using this as a place to put my thoughts as I work on building things.
Today I'm working on upgrading the Snapshotting facility.
The first place I need to make changes is in the DynamicSnapshotTypeBuilder:
- We need to be able to recursively define new classes and then use them in defining the snapshot.
- Currently, we have DefaultAggregateSnapshotter and AggregateDynamicSnapshotter that both basically do the same thing, and we might be able to do away with the AggregateDynamicSnapshotter and use the DefaultAggregateSnapshotter one only.