.net версия: 8
Версия Marten: 6.3
Код: Выделить всё
public static class StoreOptionsExtensions
{
public static void ConfigureEventStore(this StoreOptions options)
{
options.Schema.For().SoftDeleted();
options.Projections.Snapshot(SnapshotLifecycle.Inline);
}
}
Код: Выделить всё
AggregateProjection cannot support aggregates that are soft-deleted Подробнее здесь: https://stackoverflow.com/questions/776 ... rten-db-an
Мобильная версия