EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
138 stars 38 forks source link

IWriteResult.NextExpectedStreamRevision: Mismatch between member name and documentation #277

Open kosa-gyula-77 opened 6 months ago

kosa-gyula-77 commented 6 months ago

Describe the bug Mismatch between member name and documentation of IWriteResult.NextExpectedStreamRevision.

To Reproduce dotnet SDK version 23.0.0.0

Expected behavior The documentation is in line with the member name NextExpectedStreamRevision.

Actual behavior The documentation states something else (The EventStore.Client.StreamRevision the stream is currently at).

Config/Logs/Screenshots Not provided.

EventStore details

Additional context None.