Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Jan 2, 2025
1 parent 8e0471d commit 176b864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private async Task<SaveChangesResult> SaveChangesAsync_Internal(CancellationToke

if (_aggregateSideEffects)
{
await _dialogDbContext.ChangeTracker.HandleAggregateEntities(_transactionTime.Value, cancellationToken);
var result = await _dialogDbContext.ChangeTracker.HandleAggregateEntities(_transactionTime.Value, cancellationToken);
}

if (!_enableConcurrencyCheck)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ internal static async Task<ChangeTracker> HandleAggregateEntities(this ChangeTra

if (aggregateNode.Entity is IVersionableEntity versionable)
{
// Return Dictionary<Type, Guid>???????
versionable.NewVersion();
}
}
Expand Down

0 comments on commit 176b864

Please sign in to comment.