Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Conversation

@shakeelmohamed
Copy link
Contributor

#57, but targeting develop instead of master

When EAI sends us s:dict entries (with nested s:key nodes), we parse
them as a dictionary in C#. However, it turns out the API can send us
a case where the value for the s:key node is actually the empty string,
which we do not expect and actually have a code contract to protect
against.

In that case, we will change it from the empty string to the string
called "empty" to be explicit about it. Since there can only be one
empty key per level (otherwise it would be a serious API error), this
is a reasonable workaround.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants