We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Data
As a follow-up to #209, which fixes this bug for SqlStreamStore (the presence of the bug has its roots in #175)
There's a lack of coverage of the writing an event with a null content for the Data field
null
I believe Equinox.Cosmos has coverage, but the SqlStreamStore + EventStore integration tests do not cover it.
Fix is to include a test scenario that generates an Event union with no body
The text was updated successfully, but these errors were encountered:
Per chat in DDD-CQRS-ES slack, EventStore's GRPC client will likely also begin to reject Data that's null in due course
Sorry, something went wrong.
Resolved indirectly by #323 - using ReadOnlyMemory<byte> ends up less error prone
ReadOnlyMemory<byte>
No branches or pull requests
As a follow-up to #209, which fixes this bug for SqlStreamStore (the presence of the bug has its roots in #175)
There's a lack of coverage of the writing an event with a
null
content for theData
fieldI believe Equinox.Cosmos has coverage, but the SqlStreamStore + EventStore integration tests do not cover it.
Fix is to include a test scenario that generates an Event union with no body
The text was updated successfully, but these errors were encountered: