yevhen / Streamstone

Event store for Azure Table Storage
Other
395 stars 64 forks source link

Trim error message about duplicate/conflicting entities before parsing it #57

Closed lethek closed 5 years ago

lethek commented 5 years ago

Because CosmosDB adds a trailing new-line onto the end that Table Storage does not. Fixes #56.

lethek commented 5 years ago

I also copied the pre-existing Unit test for writing duplicate events and added it (with some minor modification) to the fixture for testing Cosmos.

yevhen commented 5 years ago

Thank you very much!! I’ll push new release tonight