I've been trying the example scenarios from this repo with the CosmosDB Emulator. However, I have not yet tried it with the real CosmosDB.
When I got to the S09_Handling_duplicates scenario, an UnexpectedStorageResponseException was thrown by Streamstone.Stream.WriteOperation.Batch.ParseConflictingEntityPosition with the message "Unexpected Table Storage response. Details: Conflict exception message should have exactly 3 lines".
The exception's wrapped Error.ErrorMessage string looks okay to me except that it's actually 4 lines rather than 3 because it has a trailing new-line character on the end.
I've been trying the example scenarios from this repo with the CosmosDB Emulator. However, I have not yet tried it with the real CosmosDB.
When I got to the S09_Handling_duplicates scenario, an
UnexpectedStorageResponseException
was thrown byStreamstone.Stream.WriteOperation.Batch.ParseConflictingEntityPosition
with the message "Unexpected Table Storage response. Details: Conflict exception message should have exactly 3 lines".The exception's wrapped Error.ErrorMessage string looks okay to me except that it's actually 4 lines rather than 3 because it has a trailing new-line character on the end.