We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// Given var streamId = Guid.NewGuid(); var options = new StoreOptions(); options.Connection(ConnectionSource.ConnectionString); options.Projections.LiveStreamAggregation<PolledAggregate>(); // When var store = new DocumentStore(options); var session = store.LightweightSession(); session.Events.Append(streamId, new PollingShouldFail(streamId)); await session.SaveChangesAsync(); // Then var aggregate = await session.Events.AggregateStreamAsync<PolledAggregate>(streamId, 2); aggregate.ShouldBeNull();
The text was updated successfully, but these errors were encountered:
JasperFx#3078 Providing a version for aggregating that is too high sh…
6f6e18d
…ould aggregate to null
#3078 Providing a version for aggregating that is too high should agg…
ba0515b
…regate to null
Revert "#3078 Providing a version for aggregating that is too high sh…
e10ba3c
…ould agg…" This reverts commit ba0515b.
1f103e0
No branches or pull requests
The text was updated successfully, but these errors were encountered: