Skip to content
New issue

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

Missing an IDocumentOperations.Update<T>(T entity, Guid version) method #2439

Closed
alexrp opened this issue Dec 27, 2022 · 0 comments · Fixed by #2501
Closed

Missing an IDocumentOperations.Update<T>(T entity, Guid version) method #2439

alexrp opened this issue Dec 27, 2022 · 0 comments · Fixed by #2501

Comments

@alexrp
Copy link

alexrp commented Dec 27, 2022

There is a Store<T>(T entity, Guid version) method for supplying the current known version of the entity, but it doesn't seem like there's an equivalent Update() method. This means that in some situations where it would be more semantically appropriate to use Update(), Store() has to be used instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants