Skip to content

Add TryFastForwardVersion() to IEventStream<T> for reusing stream obj…#4118

Merged
jeremydmiller merged 1 commit intomasterfrom
GH4114
Feb 6, 2026
Merged

Add TryFastForwardVersion() to IEventStream<T> for reusing stream obj…#4118
jeremydmiller merged 1 commit intomasterfrom
GH4114

Conversation

@jeremydmiller
Copy link
Member

…ects

Fixes #4114. This allows reusing an IEventStream object across multiple SaveChangesAsync calls by advancing the expected version after each save.

…ects

Fixes #4114. This allows reusing an IEventStream<T> object across multiple
SaveChangesAsync calls by advancing the expected version after each save.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IEventStream<T>.TryFastForwardVersion API was removed in Marten v8

1 participant