-
Type:
Bug
-
Resolution: Done
-
Priority:
Unknown
-
Affects Version/s: None
-
None
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
When the DbUpdateConcurrencyException exception is thrown, it does not contain the entities referenced in the IReadOnlyList<IUpdateEntry> entries object. This causes that if I have a list of 100 updated documents, I have to reprocess all 100 documents, since it is not possible to know which document failed.