Implementing ISoftDeleted
should update properties when you call IDocumentSession.Delete<T>(T document)
#2924
Milestone
ISoftDeleted
should update properties when you call IDocumentSession.Delete<T>(T document)
#2924
Hey, I run into a small issue with the
ISoftDeleted
interface.In the docs it says:
But that doesn't seem to be the case, at least I can't get it to work.
As a simple means of reproduction, I added this test to
soft_deletes.cs
inDocumentDbTests
project:Maybe I'm misunderstanding the part
...when you delete a document that is in memory...
? Or maybe it's an actual bug.The text was updated successfully, but these errors were encountered: